Html Css Color HEX #A4A95E Green Smoke

📋 copy color: '#A4A95E'

red 164 ◦ green 169 ◦ blue 94

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

Shades of Green Smoke #A4A95E

Tints of Green Smoke #A4A95E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.01%

R = 38.41%
G = 39.58%
B = 22.01%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A4A95E (or 0xA4A95E) is known color: Green Smoke. HEX triplet: A4, A9 and 5E. RGB value is (164,169,94). Sum of RGB (Red+Green+Blue) = 164+169+94=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 169 (66.41% from 255 or 39.58% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 169 - color contains mainly: green. Hex color #A4A95E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A95E is #5B56A1. Grayscale: #9F9F9F. Windows color (decimal): -5985954 or 6203812. OLE color: 6203812.

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

Color convert

RGB 164 169 94 -
CMYK 0.03 0 0.44 0.34
HSL 64º 0.3% 0.52% -
HSV(B) 64º 0.44% 0.66% -
XYZ 31.52 37.08 16.08 -
YUV 158.96 91.34 131.6 -
System Red Green Blue C M Y K H S L
Decimal 164 169 94 0.03 0 0.44 0.34 64 0.3 0.52
Hex A4 A9 5E 3 0 2C 22 40 1E 34
Octal 244 251 136 3 0 54 42 100 36 64
Binary 10100100 10101001 1011110 11 0 101100 100010 1000000 11110 110100

Color Harmonies of #A4A95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A95E

Black with #A4A95E

Text Example


Text Example

White with #A4A95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A95E; }

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

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

background-color css

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

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

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

border-color css

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

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

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