#A4927D

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

Shades of Bronco #A4927D

Tints of Bronco #A4927D

Color information

#A4927D (or 0xA4927D) is unknown color: approx Bronco. HEX triplet: A4, 92 and 7D. RGB value is (164,146,125). Sum of RGB (Red+Green+Blue) = 164+146+125=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 164 - color contains mainly: red. Hex color #A4927D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4927D is #5B6D82. Grayscale: #959595. Windows color (decimal): -5991811 or 8229540. OLE color: 8229540.

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

Color convert

RGB164146125-
CMYK00.110.240.36
HSL32.31º17.65%56.67%-
HSV(B)32.31º23.78%64.31%-
XYZ29.2929.9323.64-
YUV148.99114.46138.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.70%
GREEN value IS 146 (57.42% from 255) = 33.56%
BLUE value IS 125 (49.22% from 255) = 28.74%
R=37.70%
G=33.56%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414612500.110.240.3632.3117.6556.67
HexA4927D0B1824201239
Octal2442221750133044402271
Binary10100100100100101111101010111100010010010000010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4927D; }

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

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

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

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

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

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

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

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