Html Css Color HEX #A0AF6A Green Smoke

📋 copy color: '#A0AF6A'

red 160 ◦ green 175 ◦ blue 106

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

Shades of Green Smoke #A0AF6A

Tints of Green Smoke #A0AF6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.04%

R = 36.28%
G = 39.68%
B = 24.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#A0AF6A (or 0xA0AF6A) is known color: Green Smoke. HEX triplet: A0, AF and 6A. RGB value is (160,175,106). Sum of RGB (Red+Green+Blue) = 160+175+106=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 106 (41.80% from 255 or 24.04% from 441); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF6A is #5F5095. Grayscale: #A2A2A2. Windows color (decimal): -6246550 or 6991776. OLE color: 6991776.

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

Color convert

RGB 160 175 106 -
CMYK 0.09 0 0.39 0.31
HSL 73.04º 0.3% 0.55% -
HSV(B) 73.04º 0.39% 0.69% -
XYZ 32.43 39.17 19.49 -
YUV 162.65 96.03 126.11 -
System Red Green Blue C M Y K H S L
Decimal 160 175 106 0.09 0 0.39 0.31 73.04 0.3 0.55
Hex A0 AF 6A 9 0 27 1F 49 1E 37
Octal 240 257 152 11 0 47 37 111 36 67
Binary 10100000 10101111 1101010 1001 0 100111 11111 1001001 11110 110111

Color Harmonies of #A0AF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AF6A

Black with #A0AF6A

Text Example


Text Example

White with #A0AF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AF6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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