Html Css Color HEX #A6AF60 Green Smoke

📋 copy color: '#A6AF60'

red 166 ◦ green 175 ◦ blue 96

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

Shades of Green Smoke #A6AF60

Tints of Green Smoke #A6AF60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.97%

R = 37.99%
G = 40.05%
B = 21.97%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#A6AF60 (or 0xA6AF60) is known color: Green Smoke. HEX triplet: A6, AF and 60. RGB value is (166,175,96). Sum of RGB (Red+Green+Blue) = 166+175+96=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AF60 is #59509F. Grayscale: #A3A3A3. Windows color (decimal): -5853344 or 6336422. OLE color: 6336422.

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

Color convert

RGB 166 175 96 -
CMYK 0.05 0 0.45 0.31
HSL 66.84º 0.33% 0.53% -
HSV(B) 66.84º 0.45% 0.69% -
XYZ 33.17 39.61 16.96 -
YUV 163.3 90.02 129.92 -
System Red Green Blue C M Y K H S L
Decimal 166 175 96 0.05 0 0.45 0.31 66.84 0.33 0.53
Hex A6 AF 60 5 0 2D 1F 43 21 35
Octal 246 257 140 5 0 55 37 103 41 65
Binary 10100110 10101111 1100000 101 0 101101 11111 1000011 100001 110101

Color Harmonies of #A6AF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AF60

Black with #A6AF60

Text Example


Text Example

White with #A6AF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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