#A4977F

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

Shades of Bronco #A4977F

Tints of Bronco #A4977F

Color information

#A4977F (or 0xA4977F) is unknown color: approx Bronco. HEX triplet: A4, 97 and 7F. RGB value is (164,151,127). Sum of RGB (Red+Green+Blue) = 164+151+127=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 151 (59.38% from 255 or 34.16% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 164 - color contains mainly: red. Hex color #A4977F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4977F is #5B6880. Grayscale: #989898. Windows color (decimal): -5990529 or 8361892. OLE color: 8361892.

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

Color convert

RGB164151127-
CMYK00.080.230.36
HSL38.92º16.89%57.06%-
HSV(B)38.92º22.56%64.31%-
XYZ30.2131.5624.58-
YUV152.15113.81136.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.10%
GREEN value IS 151 (59.38% from 255) = 34.16%
BLUE value IS 127 (50% from 255) = 28.73%
R=37.10%
G=34.16%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415112700.080.230.3638.9216.8957.06
HexA4977F081724271139
Octal2442271770102744472171
Binary10100100100101111111111010001011110010010011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4977F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4977F; }

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

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

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

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

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

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

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

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