#A4927F

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

Shades of Bronco #A4927F

Tints of Bronco #A4927F

Color information

#A4927F (or 0xA4927F) is unknown color: approx Bronco. HEX triplet: A4, 92 and 7F. RGB value is (164,146,127). Sum of RGB (Red+Green+Blue) = 164+146+127=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 164 - color contains mainly: red. Hex color #A4927F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4927F is #5B6D80. Grayscale: #959595. Windows color (decimal): -5991809 or 8360612. OLE color: 8360612.

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

Color convert

RGB164146127-
CMYK00.110.230.36
HSL30.81º16.89%57.06%-
HSV(B)30.81º22.56%64.31%-
XYZ29.4229.9824.32-
YUV149.22115.46138.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.53%
GREEN value IS 146 (57.42% from 255) = 33.41%
BLUE value IS 127 (50% from 255) = 29.06%
R=37.53%
G=33.41%
B=29.06%

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
Decimal16414612700.110.230.3630.8116.8957.06
HexA4927F0B17241f1139
Octal2442221770132744372171
Binary1010010010010010111111101011101111001001111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4927F; }

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

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

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

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

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

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

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

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