#AB9A7E

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

Shades of Bronco #AB9A7E

Tints of Bronco #AB9A7E

Color information

#AB9A7E (or 0xAB9A7E) is unknown color: approx Bronco. HEX triplet: AB, 9A and 7E. RGB value is (171,154,126). Sum of RGB (Red+Green+Blue) = 171+154+126=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 154 (60.55% from 255 or 34.15% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9A7E is #546581. Grayscale: #9C9C9C. Windows color (decimal): -5531010 or 8297131. OLE color: 8297131.

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

Color convert

RGB171154126-
CMYK00.100.260.33
HSL37.33º21.13%58.24%-
HSV(B)37.33º26.32%67.06%-
XYZ32.1233.2824.47-
YUV155.89111.13138.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.92%
GREEN value IS 154 (60.55% from 255) = 34.15%
BLUE value IS 126 (49.61% from 255) = 27.94%
R=37.92%
G=34.15%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115412600.100.260.3337.3321.1358.24
HexAB9A7E0A1A2125153a
Octal2532321760123241452572
Binary10101011100110101111110010101101010000110010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9A7E; }

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

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

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

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

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

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

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

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