#A88079

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

Shades of Brandy Rose #A88079

Tints of Brandy Rose #A88079

Color information

#A88079 (or 0xA88079) is unknown color: approx Brandy Rose. HEX triplet: A8, 80 and 79. RGB value is (168,128,121). Sum of RGB (Red+Green+Blue) = 168+128+121=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 168 - color contains mainly: red. Hex color #A88079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88079 is #577F86. Grayscale: #8B8B8B. Windows color (decimal): -5734279 or 7962792. OLE color: 7962792.

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

Color convert

RGB168128121-
CMYK00.240.280.34
HSL8.94º21.27%56.67%-
HSV(B)8.94º27.98%65.88%-
XYZ27.3225.1421.5-
YUV139.16117.75148.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.29%
GREEN value IS 128 (50.39% from 255) = 30.70%
BLUE value IS 121 (47.66% from 255) = 29.02%
R=40.29%
G=30.70%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812812100.240.280.348.9421.2756.67
HexA880790181C2291539
Octal2502001710303442112571
Binary1010100010000000111100101100011100100010100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88079; }

 p { color: rgb(168,128,121); }

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

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

 a { background-color: rgb(168,128,121); }

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

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

 span { border-color: rgb(168,128,121); }

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