#A88479

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

Shades of Brandy Rose #A88479

Tints of Brandy Rose #A88479

Color information

#A88479 (or 0xA88479) is unknown color: approx Brandy Rose. HEX triplet: A8, 84 and 79. RGB value is (168,132,121). Sum of RGB (Red+Green+Blue) = 168+132+121=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 168 - color contains mainly: red. Hex color #A88479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88479 is #577B86. Grayscale: #8D8D8D. Windows color (decimal): -5733255 or 7963816. OLE color: 7963816.

HSL color Cylindrical-coordinate representation of color #A88479: hue angle of 14.04º 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 #A88479 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB168132121-
CMYK00.210.280.34
HSL14.04º21.27%56.67%-
HSV(B)14.04º27.98%65.88%-
XYZ27.8526.2121.68-
YUV141.51116.43146.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.90%
GREEN value IS 132 (51.95% from 255) = 31.35%
BLUE value IS 121 (47.66% from 255) = 28.74%
R=39.90%
G=31.35%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813212100.210.280.3414.0421.2756.67
HexA884790151C22e1539
Octal2502041710253442162571
Binary1010100010000100111100101010111100100010111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88479; }

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

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

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

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

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

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

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

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