Html Css Color HEX #A0A766 Green Smoke

📋 copy color: '#A0A766'

red 160 ◦ green 167 ◦ blue 102

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

Shades of Green Smoke #A0A766

Tints of Green Smoke #A0A766

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.93%

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

R = 37.3%
G = 38.93%
B = 23.78%

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

#A0A766 (or 0xA0A766) is known color: Green Smoke. HEX triplet: A0, A7 and 66. RGB value is (160,167,102). Sum of RGB (Red+Green+Blue) = 160+167+102=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A766 is #5F5899. Grayscale: #9D9D9D. Windows color (decimal): -6248602 or 6727584. OLE color: 6727584.

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

Color convert

RGB 160 167 102 -
CMYK 0.04 0 0.39 0.35
HSL 66.46º 0.27% 0.53% -
HSV(B) 66.46º 0.39% 0.65% -
XYZ 30.71 36.07 17.91 -
YUV 157.5 96.68 129.79 -
System Red Green Blue C M Y K H S L
Decimal 160 167 102 0.04 0 0.39 0.35 66.46 0.27 0.53
Hex A0 A7 66 4 0 27 23 42 1B 35
Octal 240 247 146 4 0 47 43 102 33 65
Binary 10100000 10100111 1100110 100 0 100111 100011 1000010 11011 110101

Color Harmonies of #A0A766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A766

Black with #A0A766

Text Example


Text Example

White with #A0A766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A766; }

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

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

background-color css

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

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

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

border-color css

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

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

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