Html Css Color HEX #A0A665 Green Smoke

📋 copy color: '#A0A665'

red 160 ◦ green 166 ◦ blue 101

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

Shades of Green Smoke #A0A665

Tints of Green Smoke #A0A665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.65%

R = 37.47%
G = 38.88%
B = 23.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A0A665 (or 0xA0A665) is known color: Green Smoke. HEX triplet: A0, A6 and 65. RGB value is (160,166,101). Sum of RGB (Red+Green+Blue) = 160+166+101=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A665 is #5F599A. Grayscale: #9D9D9D. Windows color (decimal): -6248859 or 6661792. OLE color: 6661792.

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

Color convert

RGB 160 166 101 -
CMYK 0.04 0 0.39 0.35
HSL 65.54º 0.27% 0.52% -
HSV(B) 65.54º 0.39% 0.65% -
XYZ 30.48 35.69 17.59 -
YUV 156.8 96.51 130.29 -
System Red Green Blue C M Y K H S L
Decimal 160 166 101 0.04 0 0.39 0.35 65.54 0.27 0.52
Hex A0 A6 65 4 0 27 23 42 1B 34
Octal 240 246 145 4 0 47 43 102 33 64
Binary 10100000 10100110 1100101 100 0 100111 100011 1000010 11011 110100

Color Harmonies of #A0A665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A665

Black with #A0A665

Text Example


Text Example

White with #A0A665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A665; }

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

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

background-color css

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

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

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

border-color css

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

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

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