#AB9576

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

Shades of Bronco #AB9576

Tints of Bronco #AB9576

Color information

#AB9576 (or 0xAB9576) is unknown color: approx Bronco. HEX triplet: AB, 95 and 76. RGB value is (171,149,118). Sum of RGB (Red+Green+Blue) = 171+149+118=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9576 is #546A89. Grayscale: #989898. Windows color (decimal): -5532298 or 7771563. OLE color: 7771563.

HSL color Cylindrical-coordinate representation of color #AB9576: hue angle of 35.09º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB9576 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB171149118-
CMYK00.130.310.33
HSL35.09º23.98%56.67%-
HSV(B)35.09º30.99%67.06%-
XYZ30.8131.4621.59-
YUV152.04108.79141.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.04%
GREEN value IS 149 (58.59% from 255) = 34.02%
BLUE value IS 118 (46.48% from 255) = 26.94%
R=39.04%
G=34.02%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114911800.130.310.3335.0923.9856.67
HexAB95760D1F21231839
Octal2532251660153741433071
Binary10101011100101011110110011011111110000110001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9576; }

 p { color: rgb(171,149,118); }

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

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

 a { background-color: rgb(171,149,118); }

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

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

 span { border-color: rgb(171,149,118); }

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