#A9997C

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

Shades of Bronco #A9997C

Tints of Bronco #A9997C

Color information

#A9997C (or 0xA9997C) is unknown color: approx Bronco. HEX triplet: A9, 99 and 7C. RGB value is (169,153,124). Sum of RGB (Red+Green+Blue) = 169+153+124=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 169 - color contains mainly: red. Hex color #A9997C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9997C is #566683. Grayscale: #9A9A9A. Windows color (decimal): -5662340 or 8165801. OLE color: 8165801.

HSL color Cylindrical-coordinate representation of color #A9997C: hue angle of 38.67º 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 #A9997C is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB169153124-
CMYK00.090.270.34
HSL38.67º20.74%57.45%-
HSV(B)38.67º26.63%66.27%-
XYZ31.3932.6723.72-
YUV154.48110.8138.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.89%
GREEN value IS 153 (60.16% from 255) = 34.30%
BLUE value IS 124 (48.83% from 255) = 27.80%
R=37.89%
G=34.30%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915312400.090.270.3438.6720.7457.45
HexA9997C091B22271539
Octal2512311740113342472571
Binary10101001100110011111100010011101110001010011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9997C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9997C; }

 p { color: rgb(169,153,124); }

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

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

 a { background-color: rgb(169,153,124); }

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

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

 span { border-color: rgb(169,153,124); }

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