#AB997C

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

Shades of Bronco #AB997C

Tints of Bronco #AB997C

Color information

#AB997C (or 0xAB997C) is unknown color: approx Bronco. HEX triplet: AB, 99 and 7C. RGB value is (171,153,124). Sum of RGB (Red+Green+Blue) = 171+153+124=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 171 - color contains mainly: red. Hex color #AB997C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB997C is #546683. Grayscale: #9B9B9B. Windows color (decimal): -5531268 or 8165803. OLE color: 8165803.

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

Color convert

RGB171153124-
CMYK00.110.270.33
HSL37.02º21.86%57.84%-
HSV(B)37.02º27.49%67.06%-
XYZ31.8232.923.74-
YUV155.08110.46139.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.17%
GREEN value IS 153 (60.16% from 255) = 34.15%
BLUE value IS 124 (48.83% from 255) = 27.68%
R=38.17%
G=34.15%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115312400.110.270.3337.0221.8657.84
HexAB997C0B1B2125163a
Octal2532311740133341452672
Binary10101011100110011111100010111101110000110010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB997C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB997C; }

 p { color: rgb(171,153,124); }

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

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

 a { background-color: rgb(171,153,124); }

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

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

 span { border-color: rgb(171,153,124); }

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