#A99783

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

Shades of Bronco #A99783

Tints of Bronco #A99783

Color information

#A99783 (or 0xA99783) is unknown color: approx Bronco. HEX triplet: A9, 97 and 83. RGB value is (169,151,131). Sum of RGB (Red+Green+Blue) = 169+151+131=451 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.47% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 131 (51.56% from 255 or 29.05% from 451); Max value from RGB is 169 - color contains mainly: red. Hex color #A99783 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99783 is #56687C. Grayscale: #9A9A9A. Windows color (decimal): -5662845 or 8624041. OLE color: 8624041.

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

Color convert

RGB169151131-
CMYK00.110.220.34
HSL31.58º18.1%58.82%-
HSV(B)31.58º22.49%66.27%-
XYZ31.5332.2126.03-
YUV154.1114.96138.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.47%
GREEN value IS 151 (59.38% from 255) = 33.48%
BLUE value IS 131 (51.56% from 255) = 29.05%
R=37.47%
G=33.48%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915113100.110.220.3431.5818.158.82
HexA997830B162220123b
Octal2512272030132642402273
Binary101010011001011110000011010111011010001010000010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99783; }

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

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

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

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

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

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

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

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