Html Css Color HEX #A4A056 Green Smoke

📋 copy color: '#A4A056'

red 164 ◦ green 160 ◦ blue 86

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

Shades of Green Smoke #A4A056

Tints of Green Smoke #A4A056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.98%

R = 40%
G = 39.02%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A4A056 (or 0xA4A056) is known color: Green Smoke. HEX triplet: A4, A0 and 56. RGB value is (164,160,86). Sum of RGB (Red+Green+Blue) = 164+160+86=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 86 (33.98% from 255 or 20.98% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A056 is #5B5FA9. Grayscale: #999999. Windows color (decimal): -5988266 or 5677220. OLE color: 5677220.

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

Color convert

RGB 164 160 86 -
CMYK 0 0.02 0.48 0.36
HSL 56.92º 0.31% 0.49% -
HSV(B) 56.92º 0.48% 0.64% -
XYZ 29.56 33.71 13.75 -
YUV 152.76 90.33 136.02 -
System Red Green Blue C M Y K H S L
Decimal 164 160 86 0 0.02 0.48 0.36 56.92 0.31 0.49
Hex A4 A0 56 0 2 30 24 39 1F 31
Octal 244 240 126 0 2 60 44 71 37 61
Binary 10100100 10100000 1010110 0 10 110000 100100 111001 11111 110001

Color Harmonies of #A4A056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A056

Black with #A4A056

Text Example


Text Example

White with #A4A056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A056; }

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

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

background-color css

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

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

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

border-color css

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

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

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