#AB8174

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

Shades of Brandy Rose #AB8174

Tints of Brandy Rose #AB8174

Color information

#AB8174 (or 0xAB8174) is unknown color: approx Brandy Rose. HEX triplet: AB, 81 and 74. RGB value is (171,129,116). Sum of RGB (Red+Green+Blue) = 171+129+116=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8174 is #547E8B. Grayscale: #8C8C8C. Windows color (decimal): -5537420 or 7635371. OLE color: 7635371.

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

Color convert

RGB171129116-
CMYK00.250.320.33
HSL14.18º24.66%56.27%-
HSV(B)14.18º32.16%67.06%-
XYZ27.825.6220-
YUV140.08114.41150.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.11%
GREEN value IS 129 (50.78% from 255) = 31.01%
BLUE value IS 116 (45.70% from 255) = 27.88%
R=41.11%
G=31.01%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112911600.250.320.3314.1824.6656.27
HexAB81740192021e1938
Octal2532011640314041163170
Binary10101011100000011110100011001100000100001111011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8174; }

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

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

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

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

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

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

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

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