#A9977B

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

Shades of Bronco #A9977B

Tints of Bronco #A9977B

Color information

#A9977B (or 0xA9977B) is unknown color: approx Bronco. HEX triplet: A9, 97 and 7B. RGB value is (169,151,123). Sum of RGB (Red+Green+Blue) = 169+151+123=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 169 - color contains mainly: red. Hex color #A9977B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9977B is #566884. Grayscale: #999999. Windows color (decimal): -5662853 or 8099753. OLE color: 8099753.

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

Color convert

RGB169151123-
CMYK00.110.270.34
HSL36.52º21.1%57.25%-
HSV(B)36.52º27.22%66.27%-
XYZ313223.28-
YUV153.19110.96139.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.15%
GREEN value IS 151 (59.38% from 255) = 34.09%
BLUE value IS 123 (48.44% from 255) = 27.77%
R=38.15%
G=34.09%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915112300.110.270.3436.5221.157.25
HexA9977B0B1B22251539
Octal2512271730133342452571
Binary10101001100101111111011010111101110001010010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9977B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9977B; }

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

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

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

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

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

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

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

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