#A4977D

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

Shades of Bronco #A4977D

Tints of Bronco #A4977D

Color information

#A4977D (or 0xA4977D) is unknown color: approx Bronco. HEX triplet: A4, 97 and 7D. RGB value is (164,151,125). Sum of RGB (Red+Green+Blue) = 164+151+125=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 164 - color contains mainly: red. Hex color #A4977D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4977D is #5B6882. Grayscale: #989898. Windows color (decimal): -5990531 or 8230820. OLE color: 8230820.

HSL color Cylindrical-coordinate representation of color #A4977D: hue angle of 40º 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 #A4977D is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB164151125-
CMYK00.080.240.36
HSL40º17.65%56.67%-
HSV(B)40º23.78%64.31%-
XYZ30.0831.5123.9-
YUV151.92112.81136.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.27%
GREEN value IS 151 (59.38% from 255) = 34.32%
BLUE value IS 125 (49.22% from 255) = 28.41%
R=37.27%
G=34.32%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415112500.080.240.364017.6556.67
HexA4977D081824281239
Octal2442271750103044502271
Binary10100100100101111111101010001100010010010100010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4977D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4977D; }

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

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

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

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

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

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

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

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