#A9977D

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

Shades of Bronco #A9977D

Tints of Bronco #A9977D

Color information

#A9977D (or 0xA9977D) is unknown color: approx Bronco. HEX triplet: A9, 97 and 7D. RGB value is (169,151,125). Sum of RGB (Red+Green+Blue) = 169+151+125=445 (58% of max value = 765). Red value is 169 (66.41% from 255 or 37.98% from 445); Green value is 151 (59.38% from 255 or 33.93% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 169 - color contains mainly: red. Hex color #A9977D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9977D is #566882. Grayscale: #999999. Windows color (decimal): -5662851 or 8230825. OLE color: 8230825.

HSL color Cylindrical-coordinate representation of color #A9977D: hue angle of 35.45º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A9977D is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB169151125-
CMYK00.110.260.34
HSL35.45º20.37%57.65%-
HSV(B)35.45º26.04%66.27%-
XYZ31.1332.0523.95-
YUV153.42111.96139.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.98%
GREEN value IS 151 (59.38% from 255) = 33.93%
BLUE value IS 125 (49.22% from 255) = 28.09%
R=37.98%
G=33.93%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915112500.110.260.3435.4520.3757.65
HexA9977D0B1A2223143a
Octal2512271750133242432472
Binary10101001100101111111101010111101010001010001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9977D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9977D; }

 p { color: rgb(169,151,125); }

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

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

 a { background-color: rgb(169,151,125); }

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

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

 span { border-color: rgb(169,151,125); }

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