Html Css Color HEX #A4A057 Green Smoke

📋 copy color: '#A4A057'

red 164 ◦ green 160 ◦ blue 87

#A4A057
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Smoke #A4A057

Tints of Green Smoke #A4A057

RGB

 RED value IS 164 (64.45% from 255) = 39.9%

 GREEN value IS 160 (62.89% from 255) = 38.93%

 BLUE value IS 87 (34.38% from 255) = 21.17%

R = 39.9%
G = 38.93%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A4A057 (or 0xA4A057) is known color: Green Smoke. HEX triplet: A4, A0 and 57. RGB value is (164,160,87). Sum of RGB (Red+Green+Blue) = 164+160+87=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 87 (34.38% from 255 or 21.17% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A057 is #5B5FA8. Grayscale: #999999. Windows color (decimal): -5988265 or 5742756. OLE color: 5742756.

HSL color Cylindrical-coordinate representation of color #A4A057: hue angle of 56.88º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A4A057 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 160 87 -
CMYK 0 0.02 0.47 0.36
HSL 56.88º 0.31% 0.49% -
HSV(B) 56.88º 0.47% 0.64% -
XYZ 29.6 33.72 13.97 -
YUV 152.87 90.83 135.94 -
System Red Green Blue C M Y K H S L
Decimal 164 160 87 0 0.02 0.47 0.36 56.88 0.31 0.49
Hex A4 A0 57 0 2 2F 24 39 1F 31
Octal 244 240 127 0 2 57 44 71 37 61
Binary 10100100 10100000 1010111 0 10 101111 100100 111001 11111 110001

Color Harmonies of #A4A057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A057

Black with #A4A057

Text Example


Text Example

White with #A4A057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A057; }

 p { color: rgb(164,160,87); }

 H1.HeaderClassName
 {
   color: #A4A057;
 }
 .AnyTagClassName
 {
   color: #A4A057;
 }
</style>

background-color css

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

 a { background-color: rgb(164,160,87); }

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

border-color css

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

 span { border-color: rgb(164,160,87); }

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