#AB8475

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

Shades of Brandy Rose #AB8475

Tints of Brandy Rose #AB8475

Color information

#AB8475 (or 0xAB8475) is unknown color: approx Brandy Rose. HEX triplet: AB, 84 and 75. RGB value is (171,132,117). Sum of RGB (Red+Green+Blue) = 171+132+117=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8475 is #547B8A. Grayscale: #8E8E8E. Windows color (decimal): -5536651 or 7701675. OLE color: 7701675.

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

Color convert

RGB171132117-
CMYK00.230.320.33
HSL16.67º24.32%56.47%-
HSV(B)16.67º31.58%67.06%-
XYZ28.2626.4420.44-
YUV141.95113.92148.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.71%
GREEN value IS 132 (51.95% from 255) = 31.43%
BLUE value IS 117 (46.09% from 255) = 27.86%
R=40.71%
G=31.43%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113211700.230.320.3316.6724.3256.47
HexAB84750172021111838
Octal2532041650274041213070
Binary101010111000010011101010101111000001000011000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8475; }

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

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

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

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

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

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

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

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