#A4927E

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

Shades of Bronco #A4927E

Tints of Bronco #A4927E

Color information

#A4927E (or 0xA4927E) is unknown color: approx Bronco. HEX triplet: A4, 92 and 7E. RGB value is (164,146,126). Sum of RGB (Red+Green+Blue) = 164+146+126=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 164 - color contains mainly: red. Hex color #A4927E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4927E is #5B6D81. Grayscale: #959595. Windows color (decimal): -5991810 or 8295076. OLE color: 8295076.

HSL color Cylindrical-coordinate representation of color #A4927E: hue angle of 31.58º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4927E is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB164146126-
CMYK00.110.230.36
HSL31.58º17.27%56.86%-
HSV(B)31.58º23.17%64.31%-
XYZ29.3529.9623.97-
YUV149.1114.96138.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.61%
GREEN value IS 146 (57.42% from 255) = 33.49%
BLUE value IS 126 (49.61% from 255) = 28.90%
R=37.61%
G=33.49%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414612600.110.230.3631.5817.2756.86
HexA4927E0B1724201139
Octal2442221760132744402171
Binary10100100100100101111110010111011110010010000010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4927E; }

 p { color: rgb(164,146,126); }

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

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

 a { background-color: rgb(164,146,126); }

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

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

 span { border-color: rgb(164,146,126); }

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