Html Css Color HEX #A0AB65 Green Smoke

📋 copy color: '#A0AB65'

red 160 ◦ green 171 ◦ blue 101

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

Shades of Green Smoke #A0AB65

Tints of Green Smoke #A0AB65

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.58%

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

R = 37.04%
G = 39.58%
B = 23.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#A0AB65 (or 0xA0AB65) is known color: Green Smoke. HEX triplet: A0, AB and 65. RGB value is (160,171,101). Sum of RGB (Red+Green+Blue) = 160+171+101=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AB65 is #5F549A. Grayscale: #A0A0A0. Windows color (decimal): -6247579 or 6663072. OLE color: 6663072.

HSL color Cylindrical-coordinate representation of color #A0AB65: hue angle of 69.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0AB65 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 171 101 -
CMYK 0.06 0 0.41 0.33
HSL 69.43º 0.29% 0.53% -
HSV(B) 69.43º 0.41% 0.67% -
XYZ 31.41 37.54 17.9 -
YUV 159.73 94.86 128.19 -
System Red Green Blue C M Y K H S L
Decimal 160 171 101 0.06 0 0.41 0.33 69.43 0.29 0.53
Hex A0 AB 65 6 0 29 21 45 1D 35
Octal 240 253 145 6 0 51 41 105 35 65
Binary 10100000 10101011 1100101 110 0 101001 100001 1000101 11101 110101

Color Harmonies of #A0AB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AB65

Black with #A0AB65

Text Example


Text Example

White with #A0AB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AB65; }

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

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

background-color css

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

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

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

border-color css

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

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

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