#A99A7B

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

Shades of Bronco #A99A7B

Tints of Bronco #A99A7B

Color information

#A99A7B (or 0xA99A7B) is unknown color: approx Bronco. HEX triplet: A9, 9A and 7B. RGB value is (169,154,123). Sum of RGB (Red+Green+Blue) = 169+154+123=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99A7B is #566584. Grayscale: #9B9B9B. Windows color (decimal): -5662085 or 8100521. OLE color: 8100521.

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

Color convert

RGB169154123-
CMYK00.090.270.34
HSL40.43º21.1%57.25%-
HSV(B)40.43º27.22%66.27%-
XYZ31.4932.9823.44-
YUV154.95109.97138.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.89%
GREEN value IS 154 (60.55% from 255) = 34.53%
BLUE value IS 123 (48.44% from 255) = 27.58%
R=37.89%
G=34.53%
B=27.58%

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
Decimal16915412300.090.270.3440.4321.157.25
HexA99A7B091B22281539
Octal2512321730113342502571
Binary10101001100110101111011010011101110001010100010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99A7B; }

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

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

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

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

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

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

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

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