Html Css Color HEX #A0A663 Green Smoke

📋 copy color: '#A0A663'

red 160 ◦ green 166 ◦ blue 99

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

Shades of Green Smoke #A0A663

Tints of Green Smoke #A0A663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.29%

R = 37.65%
G = 39.06%
B = 23.29%

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

#A0A663 (or 0xA0A663) is known color: Green Smoke. HEX triplet: A0, A6 and 63. RGB value is (160,166,99). Sum of RGB (Red+Green+Blue) = 160+166+99=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 99 (39.06% from 255 or 23.29% from 425); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A663 is #5F599C. Grayscale: #9C9C9C. Windows color (decimal): -6248861 or 6530720. OLE color: 6530720.

HSL color Cylindrical-coordinate representation of color #A0A663: hue angle of 65.37º 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 #A0A663 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 166 99 -
CMYK 0.04 0 0.40 0.35
HSL 65.37º 0.27% 0.52% -
HSV(B) 65.37º 0.4% 0.65% -
XYZ 30.39 35.65 17.08 -
YUV 156.57 95.51 130.45 -
System Red Green Blue C M Y K H S L
Decimal 160 166 99 0.04 0 0.40 0.35 65.37 0.27 0.52
Hex A0 A6 63 4 0 28 23 41 1B 34
Octal 240 246 143 4 0 50 43 101 33 64
Binary 10100000 10100110 1100011 100 0 101000 100011 1000001 11011 110100

Color Harmonies of #A0A663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A663

Black with #A0A663

Text Example


Text Example

White with #A0A663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A663; }

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

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

background-color css

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

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

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

border-color css

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

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

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