#AB8178

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

Shades of Brandy Rose #AB8178

Tints of Brandy Rose #AB8178

Color information

#AB8178 (or 0xAB8178) is unknown color: approx Brandy Rose. HEX triplet: AB, 81 and 78. RGB value is (171,129,120). Sum of RGB (Red+Green+Blue) = 171+129+120=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8178 is #547E87. Grayscale: #8C8C8C. Windows color (decimal): -5537416 or 7897515. OLE color: 7897515.

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

Color convert

RGB171129120-
CMYK00.250.300.33
HSL10.59º23.29%57.06%-
HSV(B)10.59º29.82%67.06%-
XYZ28.0425.7121.26-
YUV140.53116.41149.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.71%
GREEN value IS 129 (50.78% from 255) = 30.71%
BLUE value IS 120 (47.27% from 255) = 28.57%
R=40.71%
G=30.71%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112912000.250.300.3310.5923.2957.06
HexAB81780191E21b1739
Octal2532011700313641132771
Binary1010101110000001111100001100111110100001101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8178; }

 p { color: rgb(171,129,120); }

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

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

 a { background-color: rgb(171,129,120); }

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

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

 span { border-color: rgb(171,129,120); }

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