#AB9A7A

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

Shades of Bronco #AB9A7A

Tints of Bronco #AB9A7A

Color information

#AB9A7A (or 0xAB9A7A) is unknown color: approx Bronco. HEX triplet: AB, 9A and 7A. RGB value is (171,154,122). Sum of RGB (Red+Green+Blue) = 171+154+122=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 154 (60.55% from 255 or 34.45% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB9A7A is #546585. Grayscale: #9B9B9B. Windows color (decimal): -5531014 or 8034987. OLE color: 8034987.

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

Color convert

RGB171154122-
CMYK00.100.290.33
HSL39.18º22.58%57.45%-
HSV(B)39.18º28.65%67.06%-
XYZ31.8633.1723.14-
YUV155.44109.13139.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.26%
GREEN value IS 154 (60.55% from 255) = 34.45%
BLUE value IS 122 (48.05% from 255) = 27.29%
R=38.26%
G=34.45%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115412200.100.290.3339.1822.5857.45
HexAB9A7A0A1D21271739
Octal2532321720123541472771
Binary10101011100110101111010010101110110000110011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9A7A; }

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

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

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

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

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

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

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

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