#A4927A

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

Shades of Bronco #A4927A

Tints of Bronco #A4927A

Color information

#A4927A (or 0xA4927A) is unknown color: approx Bronco. HEX triplet: A4, 92 and 7A. RGB value is (164,146,122). Sum of RGB (Red+Green+Blue) = 164+146+122=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A4927A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4927A is #5B6D85. Grayscale: #949494. Windows color (decimal): -5991814 or 8032932. OLE color: 8032932.

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

Color convert

RGB164146122-
CMYK00.110.260.36
HSL34.29º18.75%56.08%-
HSV(B)34.29º25.61%64.31%-
XYZ29.129.8622.64-
YUV148.65112.96138.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.96%
GREEN value IS 146 (57.42% from 255) = 33.80%
BLUE value IS 122 (48.05% from 255) = 28.24%
R=37.96%
G=33.80%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414612200.110.260.3634.2918.7556.08
HexA4927A0B1A24221338
Octal2442221720133244422370
Binary10100100100100101111010010111101010010010001010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4927A; }

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

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

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

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

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

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

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

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