Html Css Color HEX #A8AB64 Green Smoke

📋 copy color: '#A8AB64'

red 168 ◦ green 171 ◦ blue 100

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

Shades of Green Smoke #A8AB64

Tints of Green Smoke #A8AB64

RGB

 RED value IS 168 (66.02% from 255) = 38.27%

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

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

R = 38.27%
G = 38.95%
B = 22.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#A8AB64 (or 0xA8AB64) is known color: Green Smoke. HEX triplet: A8, AB and 64. RGB value is (168,171,100). Sum of RGB (Red+Green+Blue) = 168+171+100=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 100 (39.45% from 255 or 22.78% from 439); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AB64 is #57549B. Grayscale: #A2A2A2. Windows color (decimal): -5723292 or 6597544. OLE color: 6597544.

HSL color Cylindrical-coordinate representation of color #A8AB64: hue angle of 62.54º 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 #A8AB64 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 171 100 -
CMYK 0.02 0 0.42 0.33
HSL 62.54º 0.3% 0.53% -
HSV(B) 62.54º 0.42% 0.67% -
XYZ 33.01 38.37 17.72 -
YUV 162.01 93.01 132.27 -
System Red Green Blue C M Y K H S L
Decimal 168 171 100 0.02 0 0.42 0.33 62.54 0.3 0.53
Hex A8 AB 64 2 0 2A 21 3F 1E 35
Octal 250 253 144 2 0 52 41 77 36 65
Binary 10101000 10101011 1100100 10 0 101010 100001 111111 11110 110101

Color Harmonies of #A8AB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AB64

Black with #A8AB64

Text Example


Text Example

White with #A8AB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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