#AB7F74

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

Shades of Brandy Rose #AB7F74

Tints of Brandy Rose #AB7F74

Color information

#AB7F74 (or 0xAB7F74) is unknown color: approx Brandy Rose. HEX triplet: AB, 7F and 74. RGB value is (171,127,116). Sum of RGB (Red+Green+Blue) = 171+127+116=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7F74 is #54808B. Grayscale: #8A8A8A. Windows color (decimal): -5537932 or 7634859. OLE color: 7634859.

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

Color convert

RGB171127116-
CMYK00.260.320.33
HSL12º24.66%56.27%-
HSV(B)12º32.16%67.06%-
XYZ27.5425.119.92-
YUV138.9115.08150.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.30%
GREEN value IS 127 (50% from 255) = 30.68%
BLUE value IS 116 (45.70% from 255) = 28.02%
R=41.30%
G=30.68%
B=28.02%

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
Decimal17112711600.260.320.331224.6656.27
HexAB7F7401A2021c1938
Octal2531771640324041143170
Binary1010101111111111110100011010100000100001110011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7F74; }

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

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

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

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

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

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

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

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