#A0927D

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

Shades of Bronco #A0927D

Tints of Bronco #A0927D

Color information

#A0927D (or 0xA0927D) is unknown color: approx Bronco. HEX triplet: A0, 92 and 7D. RGB value is (160,146,125). Sum of RGB (Red+Green+Blue) = 160+146+125=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 160 - color contains mainly: red. Hex color #A0927D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0927D is #5F6D82. Grayscale: #939393. Windows color (decimal): -6253955 or 8229536. OLE color: 8229536.

HSL color Cylindrical-coordinate representation of color #A0927D: hue angle of 36º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A0927D is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB160146125-
CMYK00.090.220.37
HSL36º15.56%55.88%-
HSV(B)36º21.88%62.75%-
XYZ28.4829.5123.6-
YUV147.79115.14136.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.12%
GREEN value IS 146 (57.42% from 255) = 33.87%
BLUE value IS 125 (49.22% from 255) = 29.00%
R=37.12%
G=33.87%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16014612500.090.220.373615.5655.88
HexA0927D091625241038
Octal2402221750112645442070
Binary10100000100100101111101010011011010010110010010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0927D; }

 p { color: rgb(160,146,125); }

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

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

 a { background-color: rgb(160,146,125); }

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

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

 span { border-color: rgb(160,146,125); }

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