#AB7E77

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

Shades of Brandy Rose #AB7E77

Tints of Brandy Rose #AB7E77

Color information

#AB7E77 (or 0xAB7E77) is unknown color: approx Brandy Rose. HEX triplet: AB, 7E and 77. RGB value is (171,126,119). Sum of RGB (Red+Green+Blue) = 171+126+119=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7E77 is #548188. Grayscale: #8A8A8A. Windows color (decimal): -5538185 or 7831211. OLE color: 7831211.

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

Color convert

RGB171126119-
CMYK00.260.300.33
HSL8.08º23.64%56.86%-
HSV(B)8.08º30.41%67.06%-
XYZ27.5924.9120.81-
YUV138.66116.91151.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.11%
GREEN value IS 126 (49.61% from 255) = 30.29%
BLUE value IS 119 (46.88% from 255) = 28.61%
R=41.11%
G=30.29%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112611900.260.300.338.0823.6456.86
HexAB7E7701A1E2181839
Octal2531761670323641103071
Binary101010111111110111011101101011110100001100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7E77; }

 p { color: rgb(171,126,119); }

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

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

 a { background-color: rgb(171,126,119); }

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

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

 span { border-color: rgb(171,126,119); }

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