Html Css Color HEX #A4A161 Green Smoke

📋 copy color: '#A4A161'

red 164 ◦ green 161 ◦ blue 97

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

Shades of Green Smoke #A4A161

Tints of Green Smoke #A4A161

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.15%

 BLUE value IS 97 (38.28% from 255) = 22.99%

R = 38.86%
G = 38.15%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A4A161 (or 0xA4A161) is known color: Green Smoke. HEX triplet: A4, A1 and 61. RGB value is (164,161,97). Sum of RGB (Red+Green+Blue) = 164+161+97=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 97 (38.28% from 255 or 22.99% from 422); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A161 is #5B5E9E. Grayscale: #9A9A9A. Windows color (decimal): -5987999 or 6398372. OLE color: 6398372.

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

Color convert

RGB 164 161 97 -
CMYK 0 0.02 0.41 0.36
HSL 57.31º 0.27% 0.51% -
HSV(B) 57.31º 0.41% 0.64% -
XYZ 30.21 34.25 16.33 -
YUV 154.6 95.49 134.7 -
System Red Green Blue C M Y K H S L
Decimal 164 161 97 0 0.02 0.41 0.36 57.31 0.27 0.51
Hex A4 A1 61 0 2 29 24 39 1B 33
Octal 244 241 141 0 2 51 44 71 33 63
Binary 10100100 10100001 1100001 0 10 101001 100100 111001 11011 110011

Color Harmonies of #A4A161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A161

Black with #A4A161

Text Example


Text Example

White with #A4A161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A161; }

 p { color: rgb(164,161,97); }

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

background-color css

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

 a { background-color: rgb(164,161,97); }

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

border-color css

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

 span { border-color: rgb(164,161,97); }

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