#A79780

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

Shades of Bronco #A79780

Tints of Bronco #A79780

Color information

#A79780 (or 0xA79780) is unknown color: approx Bronco. HEX triplet: A7, 97 and 80. RGB value is (167,151,128). Sum of RGB (Red+Green+Blue) = 167+151+128=446 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.44% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 167 - color contains mainly: red. Hex color #A79780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79780 is #58687F. Grayscale: #999999. Windows color (decimal): -5793920 or 8427431. OLE color: 8427431.

HSL color Cylindrical-coordinate representation of color #A79780: hue angle of 35.38º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A79780 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB167151128-
CMYK00.100.230.35
HSL35.38º18.14%57.84%-
HSV(B)35.38º23.35%65.49%-
XYZ30.931.9124.95-
YUV153.16113.8137.87-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.44%
GREEN value IS 151 (59.38% from 255) = 33.86%
BLUE value IS 128 (50.39% from 255) = 28.70%
R=37.44%
G=33.86%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715112800.100.230.3535.3818.1457.84
HexA797800A172323123a
Octal2472272000122743432272
Binary101001111001011110000000010101011110001110001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79780; }

 p { color: rgb(167,151,128); }

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

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

 a { background-color: rgb(167,151,128); }

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

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

 span { border-color: rgb(167,151,128); }

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