Html Css Color HEX #A0AF6E Green Smoke

📋 copy color: '#A0AF6E'

red 160 ◦ green 175 ◦ blue 110

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

Shades of Green Smoke #A0AF6E

Tints of Green Smoke #A0AF6E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.33%

 BLUE value IS 110 (43.36% from 255) = 24.72%

R = 35.96%
G = 39.33%
B = 24.72%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#A0AF6E (or 0xA0AF6E) is known color: Green Smoke. HEX triplet: A0, AF and 6E. RGB value is (160,175,110). Sum of RGB (Red+Green+Blue) = 160+175+110=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF6E is #5F5091. Grayscale: #A3A3A3. Windows color (decimal): -6246546 or 7253920. OLE color: 7253920.

HSL color Cylindrical-coordinate representation of color #A0AF6E: hue angle of 73.85º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0AF6E is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 175 110 -
CMYK 0.09 0 0.37 0.31
HSL 73.85º 0.29% 0.56% -
HSV(B) 73.85º 0.37% 0.69% -
XYZ 32.64 39.26 20.61 -
YUV 163.11 98.03 125.79 -
System Red Green Blue C M Y K H S L
Decimal 160 175 110 0.09 0 0.37 0.31 73.85 0.29 0.56
Hex A0 AF 6E 9 0 25 1F 4A 1D 38
Octal 240 257 156 11 0 45 37 112 35 70
Binary 10100000 10101111 1101110 1001 0 100101 11111 1001010 11101 111000

Color Harmonies of #A0AF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AF6E

Black with #A0AF6E

Text Example


Text Example

White with #A0AF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AF6E; }

 p { color: rgb(160,175,110); }

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

background-color css

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

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

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

border-color css

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

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

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