#A99883

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

Shades of Bronco #A99883

Tints of Bronco #A99883

Color information

#A99883 (or 0xA99883) is unknown color: approx Bronco. HEX triplet: A9, 98 and 83. RGB value is (169,152,131). Sum of RGB (Red+Green+Blue) = 169+152+131=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 169 - color contains mainly: red. Hex color #A99883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99883 is #56677C. Grayscale: #9A9A9A. Windows color (decimal): -5662589 or 8624297. OLE color: 8624297.

HSL color Cylindrical-coordinate representation of color #A99883: hue angle of 33.16º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A99883 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB169152131-
CMYK00.100.220.34
HSL33.16º18.1%58.82%-
HSV(B)33.16º22.49%66.27%-
XYZ31.6932.5326.08-
YUV154.69114.63138.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.39%
GREEN value IS 152 (59.77% from 255) = 33.63%
BLUE value IS 131 (51.56% from 255) = 28.98%
R=37.39%
G=33.63%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915213100.100.220.3433.1618.158.82
HexA998830A162221123b
Octal2512302030122642412273
Binary101010011001100010000011010101011010001010000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99883; }

 p { color: rgb(169,152,131); }

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

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

 a { background-color: rgb(169,152,131); }

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

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

 span { border-color: rgb(169,152,131); }

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