Html Css Color HEX #A4AD61 Green Smoke

📋 copy color: '#A4AD61'

red 164 ◦ green 173 ◦ blue 97

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

Shades of Green Smoke #A4AD61

Tints of Green Smoke #A4AD61

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.86%

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

R = 37.79%
G = 39.86%
B = 22.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#A4AD61 (or 0xA4AD61) is known color: Green Smoke. HEX triplet: A4, AD and 61. RGB value is (164,173,97). Sum of RGB (Red+Green+Blue) = 164+173+97=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 173 - color contains mainly: green. Hex color #A4AD61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AD61 is #5B529E. Grayscale: #A1A1A1. Windows color (decimal): -5984927 or 6401444. OLE color: 6401444.

HSL color Cylindrical-coordinate representation of color #A4AD61: hue angle of 67.11º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A4AD61 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 173 97 -
CMYK 0.05 0 0.44 0.32
HSL 67.11º 0.32% 0.53% -
HSV(B) 67.11º 0.44% 0.68% -
XYZ 32.41 38.64 17.06 -
YUV 161.65 91.52 129.68 -
System Red Green Blue C M Y K H S L
Decimal 164 173 97 0.05 0 0.44 0.32 67.11 0.32 0.53
Hex A4 AD 61 5 0 2C 20 43 20 35
Octal 244 255 141 5 0 54 40 103 40 65
Binary 10100100 10101101 1100001 101 0 101100 100000 1000011 100000 110101

Color Harmonies of #A4AD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AD61

Black with #A4AD61

Text Example


Text Example

White with #A4AD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AD61; }

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

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

background-color css

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

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

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

border-color css

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

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

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