#A7927C

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

Shades of Bronco #A7927C

Tints of Bronco #A7927C

Color information

#A7927C (or 0xA7927C) is unknown color: approx Bronco. HEX triplet: A7, 92 and 7C. RGB value is (167,146,124). Sum of RGB (Red+Green+Blue) = 167+146+124=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 167 - color contains mainly: red. Hex color #A7927C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7927C is #586D83. Grayscale: #959595. Windows color (decimal): -5795204 or 8164007. OLE color: 8164007.

HSL color Cylindrical-coordinate representation of color #A7927C: hue angle of 30.7º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A7927C is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB167146124-
CMYK00.130.260.35
HSL30.7º19.63%57.06%-
HSV(B)30.7º25.75%65.49%-
XYZ29.8530.2323.33-
YUV149.77113.46140.29-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.22%
GREEN value IS 146 (57.42% from 255) = 33.41%
BLUE value IS 124 (48.83% from 255) = 28.38%
R=38.22%
G=33.41%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714612400.130.260.3530.719.6357.06
HexA7927C0D1A231f1439
Octal2472221740153243372471
Binary1010011110010010111110001101110101000111111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7927C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7927C; }

 p { color: rgb(167,146,124); }

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

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

 a { background-color: rgb(167,146,124); }

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

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

 span { border-color: rgb(167,146,124); }

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