#AB8472

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

Shades of Brandy Rose #AB8472

Tints of Brandy Rose #AB8472

Color information

#AB8472 (or 0xAB8472) is unknown color: approx Brandy Rose. HEX triplet: AB, 84 and 72. RGB value is (171,132,114). Sum of RGB (Red+Green+Blue) = 171+132+114=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8472 is #547B8D. Grayscale: #8D8D8D. Windows color (decimal): -5536654 or 7505067. OLE color: 7505067.

HSL color Cylindrical-coordinate representation of color #AB8472: hue angle of 18.95º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB8472 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB171132114-
CMYK00.230.330.33
HSL18.95º25.33%55.88%-
HSV(B)18.95º33.33%67.06%-
XYZ28.0826.3819.53-
YUV141.61112.42148.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.01%
GREEN value IS 132 (51.95% from 255) = 31.65%
BLUE value IS 114 (44.92% from 255) = 27.34%
R=41.01%
G=31.65%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113211400.230.330.3318.9525.3355.88
HexAB84720172121131938
Octal2532041620274141233170
Binary101010111000010011100100101111000011000011001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8472; }

 p { color: rgb(171,132,114); }

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

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

 a { background-color: rgb(171,132,114); }

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

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

 span { border-color: rgb(171,132,114); }

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