Html Css Color HEX #A6AF5C Green Smoke

📋 copy color: '#A6AF5C'

red 166 ◦ green 175 ◦ blue 92

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

Shades of Green Smoke #A6AF5C

Tints of Green Smoke #A6AF5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.25%

R = 38.34%
G = 40.42%
B = 21.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#A6AF5C (or 0xA6AF5C) is known color: Green Smoke. HEX triplet: A6, AF and 5C. RGB value is (166,175,92). Sum of RGB (Red+Green+Blue) = 166+175+92=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AF5C is #5950A3. Grayscale: #A3A3A3. Windows color (decimal): -5853348 or 6074278. OLE color: 6074278.

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

Color convert

RGB 166 175 92 -
CMYK 0.05 0 0.47 0.31
HSL 66.51º 0.34% 0.52% -
HSV(B) 66.51º 0.47% 0.69% -
XYZ 32.99 39.54 16.02 -
YUV 162.85 88.02 130.25 -
System Red Green Blue C M Y K H S L
Decimal 166 175 92 0.05 0 0.47 0.31 66.51 0.34 0.52
Hex A6 AF 5C 5 0 2F 1F 43 22 34
Octal 246 257 134 5 0 57 37 103 42 64
Binary 10100110 10101111 1011100 101 0 101111 11111 1000011 100010 110100

Color Harmonies of #A6AF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AF5C

Black with #A6AF5C

Text Example


Text Example

White with #A6AF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AF5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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