#AB8582

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

Shades of Brandy Rose #AB8582

Tints of Brandy Rose #AB8582

Color information

#AB8582 (or 0xAB8582) is unknown color: approx Brandy Rose. HEX triplet: AB, 85 and 82. RGB value is (171,133,130). Sum of RGB (Red+Green+Blue) = 171+133+130=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8582 is #547A7D. Grayscale: #909090. Windows color (decimal): -5536382 or 8553899. OLE color: 8553899.

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

Color convert

RGB171133130-
CMYK00.220.240.33
HSL4.39º19.62%59.02%-
HSV(B)4.39º23.98%67.06%-
XYZ29.2127.0424.8-
YUV144.02120.09147.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.40%
GREEN value IS 133 (52.34% from 255) = 30.65%
BLUE value IS 130 (51.17% from 255) = 29.95%
R=39.40%
G=30.65%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113313000.220.240.334.3919.6259.02
HexAB858201618214143b
Octal253205202026304142473
Binary1010101110000101100000100101101100010000110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8582; }

 p { color: rgb(171,133,130); }

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

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

 a { background-color: rgb(171,133,130); }

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

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

 span { border-color: rgb(171,133,130); }

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