#AB997A

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

Shades of Bronco #AB997A

Tints of Bronco #AB997A

Color information

#AB997A (or 0xAB997A) is unknown color: approx Bronco. HEX triplet: AB, 99 and 7A. RGB value is (171,153,122). Sum of RGB (Red+Green+Blue) = 171+153+122=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 171 - color contains mainly: red. Hex color #AB997A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB997A is #546685. Grayscale: #9A9A9A. Windows color (decimal): -5531270 or 8034731. OLE color: 8034731.

HSL color Cylindrical-coordinate representation of color #AB997A: hue angle of 37.96º 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 #AB997A is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB171153122-
CMYK00.110.290.33
HSL37.96º22.58%57.45%-
HSV(B)37.96º28.65%67.06%-
XYZ31.732.8523.08-
YUV154.85109.46139.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.34%
GREEN value IS 153 (60.16% from 255) = 34.30%
BLUE value IS 122 (48.05% from 255) = 27.35%
R=38.34%
G=34.30%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115312200.110.290.3337.9622.5857.45
HexAB997A0B1D21261739
Octal2532311720133541462771
Binary10101011100110011111010010111110110000110011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB997A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB997A; }

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

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

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

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

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

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

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

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