#AB977F

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

Shades of Bronco #AB977F

Tints of Bronco #AB977F

Color information

#AB977F (or 0xAB977F) is unknown color: approx Bronco. HEX triplet: AB, 97 and 7F. RGB value is (171,151,127). Sum of RGB (Red+Green+Blue) = 171+151+127=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 171 - color contains mainly: red. Hex color #AB977F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB977F is #546880. Grayscale: #9A9A9A. Windows color (decimal): -5531777 or 8361899. OLE color: 8361899.

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

Color convert

RGB171151127-
CMYK00.120.260.33
HSL32.73º20.75%58.43%-
HSV(B)32.73º25.73%67.06%-
XYZ31.6932.3224.65-
YUV154.24112.63139.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.08%
GREEN value IS 151 (59.38% from 255) = 33.63%
BLUE value IS 127 (50% from 255) = 28.29%
R=38.08%
G=33.63%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115112700.120.260.3332.7320.7558.43
HexAB977F0C1A2121153a
Octal2532271770143241412572
Binary10101011100101111111111011001101010000110000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB977F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB977F; }

 p { color: rgb(171,151,127); }

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

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

 a { background-color: rgb(171,151,127); }

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

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

 span { border-color: rgb(171,151,127); }

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