Html Css Color HEX #A4A870 Green Smoke

📋 copy color: '#A4A870'

red 164 ◦ green 168 ◦ blue 112

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

Shades of Green Smoke #A4A870

Tints of Green Smoke #A4A870

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.84%

 BLUE value IS 112 (44.14% from 255) = 25.23%

R = 36.94%
G = 37.84%
B = 25.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A4A870 (or 0xA4A870) is known color: Green Smoke. HEX triplet: A4, A8 and 70. RGB value is (164,168,112). Sum of RGB (Red+Green+Blue) = 164+168+112=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 168 - color contains mainly: green. Hex color #A4A870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A870 is #5B578F. Grayscale: #A0A0A0. Windows color (decimal): -5986192 or 7383204. OLE color: 7383204.

HSL color Cylindrical-coordinate representation of color #A4A870: hue angle of 64.29º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4A870 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 164 168 112 -
CMYK 0.02 0 0.33 0.34
HSL 64.29º 0.24% 0.55% -
HSV(B) 64.29º 0.33% 0.66% -
XYZ 32.24 37.07 20.78 -
YUV 160.42 100.67 130.55 -
System Red Green Blue C M Y K H S L
Decimal 164 168 112 0.02 0 0.33 0.34 64.29 0.24 0.55
Hex A4 A8 70 2 0 21 22 40 18 37
Octal 244 250 160 2 0 41 42 100 30 67
Binary 10100100 10101000 1110000 10 0 100001 100010 1000000 11000 110111

Color Harmonies of #A4A870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A870

Black with #A4A870

Text Example


Text Example

White with #A4A870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A870; }

 p { color: rgb(164,168,112); }

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

background-color css

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

 a { background-color: rgb(164,168,112); }

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

border-color css

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

 span { border-color: rgb(164,168,112); }

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