Html Css Color HEX #A4AF62 Green Smoke

📋 copy color: '#A4AF62'

red 164 ◦ green 175 ◦ blue 98

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

Shades of Green Smoke #A4AF62

Tints of Green Smoke #A4AF62

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.05%

 BLUE value IS 98 (38.67% from 255) = 22.43%

R = 37.53%
G = 40.05%
B = 22.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#A4AF62 (or 0xA4AF62) is known color: Green Smoke. HEX triplet: A4, AF and 62. RGB value is (164,175,98). Sum of RGB (Red+Green+Blue) = 164+175+98=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 98 (38.67% from 255 or 22.43% from 437); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AF62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AF62 is #5B509D. Grayscale: #A3A3A3. Windows color (decimal): -5984414 or 6467492. OLE color: 6467492.

HSL color Cylindrical-coordinate representation of color #A4AF62: hue angle of 68.57º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A4AF62 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 175 98 -
CMYK 0.06 0 0.44 0.31
HSL 68.57º 0.32% 0.54% -
HSV(B) 68.57º 0.44% 0.69% -
XYZ 32.84 39.43 17.44 -
YUV 162.93 91.36 128.76 -
System Red Green Blue C M Y K H S L
Decimal 164 175 98 0.06 0 0.44 0.31 68.57 0.32 0.54
Hex A4 AF 62 6 0 2C 1F 45 20 36
Octal 244 257 142 6 0 54 37 105 40 66
Binary 10100100 10101111 1100010 110 0 101100 11111 1000101 100000 110110

Color Harmonies of #A4AF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AF62

Black with #A4AF62

Text Example


Text Example

White with #A4AF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AF62; }

 p { color: rgb(164,175,98); }

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

background-color css

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

 a { background-color: rgb(164,175,98); }

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

border-color css

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

 span { border-color: rgb(164,175,98); }

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