Html Css Color HEX #A6AF64 Green Smoke

📋 copy color: '#A6AF64'

red 166 ◦ green 175 ◦ blue 100

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

Shades of Green Smoke #A6AF64

Tints of Green Smoke #A6AF64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.68%

R = 37.64%
G = 39.68%
B = 22.68%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#A6AF64 (or 0xA6AF64) is known color: Green Smoke. HEX triplet: A6, AF and 64. RGB value is (166,175,100). Sum of RGB (Red+Green+Blue) = 166+175+100=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AF64 is #59509B. Grayscale: #A4A4A4. Windows color (decimal): -5853340 or 6598566. OLE color: 6598566.

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

Color convert

RGB 166 175 100 -
CMYK 0.05 0 0.43 0.31
HSL 67.2º 0.32% 0.54% -
HSV(B) 67.2º 0.43% 0.69% -
XYZ 33.36 39.69 17.96 -
YUV 163.76 92.02 129.6 -
System Red Green Blue C M Y K H S L
Decimal 166 175 100 0.05 0 0.43 0.31 67.2 0.32 0.54
Hex A6 AF 64 5 0 2B 1F 43 20 36
Octal 246 257 144 5 0 53 37 103 40 66
Binary 10100110 10101111 1100100 101 0 101011 11111 1000011 100000 110110

Color Harmonies of #A6AF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AF64

Black with #A6AF64

Text Example


Text Example

White with #A6AF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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