Html Css Color HEX #A6AF6C Green Smoke

📋 copy color: '#A6AF6C'

red 166 ◦ green 175 ◦ blue 108

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

Shades of Green Smoke #A6AF6C

Tints of Green Smoke #A6AF6C

RGB

 RED value IS 166 (65.23% from 255) = 36.97%

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

 BLUE value IS 108 (42.58% from 255) = 24.05%

R = 36.97%
G = 38.98%
B = 24.05%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#A6AF6C (or 0xA6AF6C) is known color: Green Smoke. HEX triplet: A6, AF and 6C. RGB value is (166,175,108). Sum of RGB (Red+Green+Blue) = 166+175+108=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AF6C is #595093. Grayscale: #A4A4A4. Windows color (decimal): -5853332 or 7122854. OLE color: 7122854.

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

Color convert

RGB 166 175 108 -
CMYK 0.05 0 0.38 0.31
HSL 68.06º 0.3% 0.55% -
HSV(B) 68.06º 0.38% 0.69% -
XYZ 33.76 39.85 20.1 -
YUV 164.67 96.02 128.95 -
System Red Green Blue C M Y K H S L
Decimal 166 175 108 0.05 0 0.38 0.31 68.06 0.3 0.55
Hex A6 AF 6C 5 0 26 1F 44 1E 37
Octal 246 257 154 5 0 46 37 104 36 67
Binary 10100110 10101111 1101100 101 0 100110 11111 1000100 11110 110111

Color Harmonies of #A6AF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AF6C

Black with #A6AF6C

Text Example


Text Example

White with #A6AF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AF6C; }

 p { color: rgb(166,175,108); }

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

background-color css

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

 a { background-color: rgb(166,175,108); }

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

border-color css

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

 span { border-color: rgb(166,175,108); }

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