#A9857E

Color #A9857E Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #A9857E

Tints of Brandy Rose #A9857E

Color information

#A9857E (or 0xA9857E) is unknown color: approx Brandy Rose. HEX triplet: A9, 85 and 7E. RGB value is (169,133,126). Sum of RGB (Red+Green+Blue) = 169+133+126=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 169 - color contains mainly: red. Hex color #A9857E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9857E is #567A81. Grayscale: #8F8F8F. Windows color (decimal): -5667458 or 8291753. OLE color: 8291753.

HSL color Cylindrical-coordinate representation of color #A9857E: hue angle of 9.77º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9857E is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB169133126-
CMYK00.210.250.34
HSL9.77º20%57.84%-
HSV(B)9.77º25.44%66.27%-
XYZ28.5226.7223.39-
YUV142.97118.43146.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 39.49%
GREEN value IS 133 (52.34% from 255) = 31.07%
BLUE value IS 126 (49.61% from 255) = 29.44%
R=39.49%
G=31.07%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913312600.210.250.349.772057.84
HexA9857E0151922a143a
Octal2512051760253142122472
Binary1010100110000101111111001010111001100010101010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9857E; }

 p { color: rgb(169,133,126); }

 H1.HeaderClassName
 {
   color: #A9857E;
 }
 .AnyTagClassName
 {
   color: #A9857E;
 }
</style>
background-color css

<style>
 a { background-color: #A9857E; }

 a { background-color: rgb(169,133,126); }

 div.DivClassName
 {
   background-color: #A9857E;
 }
 .BgClassName
 {
   background-color: #A9857E;
 }
</style>
border-color css

<style>
 span { border-color: #A9857E; }

 span { border-color: rgb(169,133,126); }

 td.TdClassName
 {
   border-color: #A9857E;
 }
 .TagClassName
 {
   border-color: #A9857E;
 }
</style>