#AB997B

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

Shades of Bronco #AB997B

Tints of Bronco #AB997B

Color information

#AB997B (or 0xAB997B) is unknown color: approx Bronco. HEX triplet: AB, 99 and 7B. RGB value is (171,153,123). Sum of RGB (Red+Green+Blue) = 171+153+123=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 171 - color contains mainly: red. Hex color #AB997B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB997B is #546684. Grayscale: #9B9B9B. Windows color (decimal): -5531269 or 8100267. OLE color: 8100267.

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

Color convert

RGB171153123-
CMYK00.110.280.33
HSL37.5º22.22%57.65%-
HSV(B)37.5º28.07%67.06%-
XYZ31.7632.8723.41-
YUV154.96109.96139.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.26%
GREEN value IS 153 (60.16% from 255) = 34.23%
BLUE value IS 123 (48.44% from 255) = 27.52%
R=38.26%
G=34.23%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115312300.110.280.3337.522.2257.65
HexAB997B0B1C2126163a
Octal2532311730133441462672
Binary10101011100110011111011010111110010000110011010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB997B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB997B; }

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

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

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

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

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

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

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

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