Html Css Color HEX #A4A96D Green Smoke

📋 copy color: '#A4A96D'

red 164 ◦ green 169 ◦ blue 109

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

Shades of Green Smoke #A4A96D

Tints of Green Smoke #A4A96D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.24%

 BLUE value IS 109 (42.97% from 255) = 24.66%

R = 37.1%
G = 38.24%
B = 24.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A4A96D (or 0xA4A96D) is known color: Green Smoke. HEX triplet: A4, A9 and 6D. RGB value is (164,169,109). Sum of RGB (Red+Green+Blue) = 164+169+109=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 169 - color contains mainly: green. Hex color #A4A96D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A96D is #5B5692. Grayscale: #A0A0A0. Windows color (decimal): -5985939 or 7186852. OLE color: 7186852.

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

Color convert

RGB 164 169 109 -
CMYK 0.03 0 0.36 0.34
HSL 65º 0.26% 0.55% -
HSV(B) 65º 0.36% 0.66% -
XYZ 32.26 37.37 19.98 -
YUV 160.67 98.84 130.38 -
System Red Green Blue C M Y K H S L
Decimal 164 169 109 0.03 0 0.36 0.34 65 0.26 0.55
Hex A4 A9 6D 3 0 24 22 41 1A 37
Octal 244 251 155 3 0 44 42 101 32 67
Binary 10100100 10101001 1101101 11 0 100100 100010 1000001 11010 110111

Color Harmonies of #A4A96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A96D

Black with #A4A96D

Text Example


Text Example

White with #A4A96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A96D; }

 p { color: rgb(164,169,109); }

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

background-color css

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

 a { background-color: rgb(164,169,109); }

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

border-color css

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

 span { border-color: rgb(164,169,109); }

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