#AB8782

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

Shades of Brandy Rose #AB8782

Tints of Brandy Rose #AB8782

Color information

#AB8782 (or 0xAB8782) is unknown color: approx Brandy Rose. HEX triplet: AB, 87 and 82. RGB value is (171,135,130). Sum of RGB (Red+Green+Blue) = 171+135+130=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8782 is #54787D. Grayscale: #919191. Windows color (decimal): -5535870 or 8554411. OLE color: 8554411.

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

Color convert

RGB171135130-
CMYK00.210.240.33
HSL7.32º19.62%59.02%-
HSV(B)7.32º23.98%67.06%-
XYZ29.4927.624.89-
YUV145.19119.43146.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.22%
GREEN value IS 135 (53.12% from 255) = 30.96%
BLUE value IS 130 (51.17% from 255) = 29.82%
R=39.22%
G=30.96%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113513000.210.240.337.3219.6259.02
HexAB878201518217143b
Octal253207202025304172473
Binary1010101110000111100000100101011100010000111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8782; }

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

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

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

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

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

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

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

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