#A79179

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

Shades of Bronco #A79179

Tints of Bronco #A79179

Color information

#A79179 (or 0xA79179) is unknown color: approx Bronco. HEX triplet: A7, 91 and 79. RGB value is (167,145,121). Sum of RGB (Red+Green+Blue) = 167+145+121=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 121 (47.66% from 255 or 27.94% from 433); Max value from RGB is 167 - color contains mainly: red. Hex color #A79179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79179 is #586E86. Grayscale: #949494. Windows color (decimal): -5795463 or 7967143. OLE color: 7967143.

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

Color convert

RGB167145121-
CMYK00.130.280.35
HSL31.3º20.72%56.47%-
HSV(B)31.3º27.54%65.49%-
XYZ29.5129.8522.29-
YUV148.84112.29140.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.57%
GREEN value IS 145 (57.03% from 255) = 33.49%
BLUE value IS 121 (47.66% from 255) = 27.94%
R=38.57%
G=33.49%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714512100.130.280.3531.320.7256.47
HexA791790D1C231f1538
Octal2472211710153443372570
Binary1010011110010001111100101101111001000111111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79179; }

 p { color: rgb(167,145,121); }

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

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

 a { background-color: rgb(167,145,121); }

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

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

 span { border-color: rgb(167,145,121); }

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