#AB7E74

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

Shades of Brandy Rose #AB7E74

Tints of Brandy Rose #AB7E74

Color information

#AB7E74 (or 0xAB7E74) is unknown color: approx Brandy Rose. HEX triplet: AB, 7E and 74. RGB value is (171,126,116). Sum of RGB (Red+Green+Blue) = 171+126+116=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7E74 is #54818B. Grayscale: #8A8A8A. Windows color (decimal): -5538188 or 7634603. OLE color: 7634603.

HSL color Cylindrical-coordinate representation of color #AB7E74: hue angle of 10.91º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB7E74 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB171126116-
CMYK00.260.320.33
HSL10.91º24.66%56.27%-
HSV(B)10.91º32.16%67.06%-
XYZ27.4124.8419.87-
YUV138.31115.41151.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.40%
GREEN value IS 126 (49.61% from 255) = 30.51%
BLUE value IS 116 (45.70% from 255) = 28.09%
R=41.40%
G=30.51%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112611600.260.320.3310.9124.6656.27
HexAB7E7401A2021b1938
Octal2531761640324041133170
Binary1010101111111101110100011010100000100001101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7E74; }

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

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

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

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

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

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

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

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