Html Css Color HEX #A0A763 Green Smoke

📋 copy color: '#A0A763'

red 160 ◦ green 167 ◦ blue 99

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

Shades of Green Smoke #A0A763

Tints of Green Smoke #A0A763

RGB

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

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

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

R = 37.56%
G = 39.2%
B = 23.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A0A763 (or 0xA0A763) is known color: Green Smoke. HEX triplet: A0, A7 and 63. RGB value is (160,167,99). Sum of RGB (Red+Green+Blue) = 160+167+99=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 99 (39.06% from 255 or 23.24% from 426); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A763 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A763 is #5F589C. Grayscale: #9D9D9D. Windows color (decimal): -6248605 or 6530976. OLE color: 6530976.

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

Color convert

RGB 160 167 99 -
CMYK 0.04 0 0.41 0.35
HSL 66.18º 0.28% 0.52% -
HSV(B) 66.18º 0.41% 0.65% -
XYZ 30.57 36.01 17.14 -
YUV 157.16 95.18 130.03 -
System Red Green Blue C M Y K H S L
Decimal 160 167 99 0.04 0 0.41 0.35 66.18 0.28 0.52
Hex A0 A7 63 4 0 29 23 42 1C 34
Octal 240 247 143 4 0 51 43 102 34 64
Binary 10100000 10100111 1100011 100 0 101001 100011 1000010 11100 110100

Color Harmonies of #A0A763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A763

Black with #A0A763

Text Example


Text Example

White with #A0A763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A763; }

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

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

background-color css

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

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

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

border-color css

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

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

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