#AB8382

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

Shades of Brandy Rose #AB8382

Tints of Brandy Rose #AB8382

Color information

#AB8382 (or 0xAB8382) is unknown color: approx Brandy Rose. HEX triplet: AB, 83 and 82. RGB value is (171,131,130). Sum of RGB (Red+Green+Blue) = 171+131+130=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8382 is #547C7D. Grayscale: #8E8E8E. Windows color (decimal): -5536894 or 8553387. OLE color: 8553387.

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

Color convert

RGB171131130-
CMYK00.230.240.33
HSL1.46º19.62%59.02%-
HSV(B)1.46º23.98%67.06%-
XYZ28.9426.524.71-
YUV142.85120.75148.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.58%
GREEN value IS 131 (51.56% from 255) = 30.32%
BLUE value IS 130 (51.17% from 255) = 30.09%
R=39.58%
G=30.32%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113113000.230.240.331.4619.6259.02
HexAB838201718211143b
Octal253203202027304112473
Binary10101011100000111000001001011111000100001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8382; }

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

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

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

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

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

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

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

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