Html Css Color HEX #A0A664 Green Smoke

📋 copy color: '#A0A664'

red 160 ◦ green 166 ◦ blue 100

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

Shades of Green Smoke #A0A664

Tints of Green Smoke #A0A664

RGB

 RED value IS 160 (62.89% from 255) = 37.56%

 GREEN value IS 166 (65.23% from 255) = 38.97%

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

R = 37.56%
G = 38.97%
B = 23.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A0A664 (or 0xA0A664) is known color: Green Smoke. HEX triplet: A0, A6 and 64. RGB value is (160,166,100). Sum of RGB (Red+Green+Blue) = 160+166+100=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A664 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A664 is #5F599B. Grayscale: #9C9C9C. Windows color (decimal): -6248860 or 6596256. OLE color: 6596256.

HSL color Cylindrical-coordinate representation of color #A0A664: hue angle of 65.45º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0A664 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 166 100 -
CMYK 0.04 0 0.40 0.35
HSL 65.45º 0.27% 0.52% -
HSV(B) 65.45º 0.4% 0.65% -
XYZ 30.43 35.67 17.34 -
YUV 156.68 96.01 130.37 -
System Red Green Blue C M Y K H S L
Decimal 160 166 100 0.04 0 0.40 0.35 65.45 0.27 0.52
Hex A0 A6 64 4 0 28 23 41 1B 34
Octal 240 246 144 4 0 50 43 101 33 64
Binary 10100000 10100110 1100100 100 0 101000 100011 1000001 11011 110100

Color Harmonies of #A0A664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A664

Black with #A0A664

Text Example


Text Example

White with #A0A664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A664; }

 p { color: rgb(160,166,100); }

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

background-color css

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

 a { background-color: rgb(160,166,100); }

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

border-color css

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

 span { border-color: rgb(160,166,100); }

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