Html Css Color HEX #A4A65E Green Smoke

📋 copy color: '#A4A65E'

red 164 ◦ green 166 ◦ blue 94

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

Shades of Green Smoke #A4A65E

Tints of Green Smoke #A4A65E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.15%

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

R = 38.68%
G = 39.15%
B = 22.17%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A4A65E (or 0xA4A65E) is known color: Green Smoke. HEX triplet: A4, A6 and 5E. RGB value is (164,166,94). Sum of RGB (Red+Green+Blue) = 164+166+94=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 166 - color contains mainly: green. Hex color #A4A65E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A65E is #5B59A1. Grayscale: #9D9D9D. Windows color (decimal): -5986722 or 6203044. OLE color: 6203044.

HSL color Cylindrical-coordinate representation of color #A4A65E: hue angle of 61.67º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4A65E is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 164 166 94 -
CMYK 0.01 0 0.43 0.35
HSL 61.67º 0.29% 0.51% -
HSV(B) 61.67º 0.43% 0.65% -
XYZ 30.97 35.97 15.9 -
YUV 157.19 92.34 132.85 -
System Red Green Blue C M Y K H S L
Decimal 164 166 94 0.01 0 0.43 0.35 61.67 0.29 0.51
Hex A4 A6 5E 1 0 2B 23 3E 1D 33
Octal 244 246 136 1 0 53 43 76 35 63
Binary 10100100 10100110 1011110 1 0 101011 100011 111110 11101 110011

Color Harmonies of #A4A65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A65E

Black with #A4A65E

Text Example


Text Example

White with #A4A65E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A65E; }

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

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

background-color css

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

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

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

border-color css

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

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

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