Html Css Color HEX #A0A066 Green Smoke

📋 copy color: '#A0A066'

red 160 ◦ green 160 ◦ blue 102

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

Shades of Green Smoke #A0A066

Tints of Green Smoke #A0A066

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.91%

 BLUE value IS 102 (40.23% from 255) = 24.17%

R = 37.91%
G = 37.91%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A0A066 (or 0xA0A066) is known color: Green Smoke. HEX triplet: A0, A0 and 66. RGB value is (160,160,102). Sum of RGB (Red+Green+Blue) = 160+160+102=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A066 is #5F5F99. Grayscale: #999999. Windows color (decimal): -6250394 or 6725792. OLE color: 6725792.

HSL color Cylindrical-coordinate representation of color #A0A066: hue angle of 60º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0A066 is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 160 102 -
CMYK 0 0 0.36 0.37
HSL 60º 0.23% 0.51% -
HSV(B) 60º 0.36% 0.63% -
XYZ 29.47 33.57 17.5 -
YUV 153.39 99 132.72 -
System Red Green Blue C M Y K H S L
Decimal 160 160 102 0 0 0.36 0.37 60 0.23 0.51
Hex A0 A0 66 0 0 24 25 3C 17 33
Octal 240 240 146 0 0 44 45 74 27 63
Binary 10100000 10100000 1100110 0 0 100100 100101 111100 10111 110011

Color Harmonies of #A0A066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A066

Black with #A0A066

Text Example


Text Example

White with #A0A066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A066; }

 p { color: rgb(160,160,102); }

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

background-color css

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

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

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

border-color css

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

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

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