Html Css Color HEX #A4AB64 Green Smoke

📋 copy color: '#A4AB64'

red 164 ◦ green 171 ◦ blue 100

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

Shades of Green Smoke #A4AB64

Tints of Green Smoke #A4AB64

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.31%

 BLUE value IS 100 (39.45% from 255) = 22.99%

R = 37.7%
G = 39.31%
B = 22.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#A4AB64 (or 0xA4AB64) is known color: Green Smoke. HEX triplet: A4, AB and 64. RGB value is (164,171,100). Sum of RGB (Red+Green+Blue) = 164+171+100=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 100 (39.45% from 255 or 22.99% from 435); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AB64 is #5B549B. Grayscale: #A1A1A1. Windows color (decimal): -5985436 or 6597540. OLE color: 6597540.

HSL color Cylindrical-coordinate representation of color #A4AB64: hue angle of 65.92º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A4AB64 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 171 100 -
CMYK 0.04 0 0.42 0.33
HSL 65.92º 0.3% 0.53% -
HSV(B) 65.92º 0.42% 0.67% -
XYZ 32.17 37.94 17.68 -
YUV 160.81 93.68 130.27 -
System Red Green Blue C M Y K H S L
Decimal 164 171 100 0.04 0 0.42 0.33 65.92 0.3 0.53
Hex A4 AB 64 4 0 2A 21 42 1E 35
Octal 244 253 144 4 0 52 41 102 36 65
Binary 10100100 10101011 1100100 100 0 101010 100001 1000010 11110 110101

Color Harmonies of #A4AB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AB64

Black with #A4AB64

Text Example


Text Example

White with #A4AB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AB64; }

 p { color: rgb(164,171,100); }

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

background-color css

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

 a { background-color: rgb(164,171,100); }

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

border-color css

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

 span { border-color: rgb(164,171,100); }

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