Html Css Color HEX #A6AF65 Green Smoke

📋 copy color: '#A6AF65'

red 166 ◦ green 175 ◦ blue 101

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

Shades of Green Smoke #A6AF65

Tints of Green Smoke #A6AF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.85%

R = 37.56%
G = 39.59%
B = 22.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#A6AF65 (or 0xA6AF65) is known color: Green Smoke. HEX triplet: A6, AF and 65. RGB value is (166,175,101). Sum of RGB (Red+Green+Blue) = 166+175+101=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 101 (39.84% from 255 or 22.85% from 442); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AF65 is #59509A. Grayscale: #A4A4A4. Windows color (decimal): -5853339 or 6664102. OLE color: 6664102.

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

Color convert

RGB 166 175 101 -
CMYK 0.05 0 0.42 0.31
HSL 67.3º 0.32% 0.54% -
HSV(B) 67.3º 0.42% 0.69% -
XYZ 33.4 39.71 18.22 -
YUV 163.87 92.52 129.52 -
System Red Green Blue C M Y K H S L
Decimal 166 175 101 0.05 0 0.42 0.31 67.3 0.32 0.54
Hex A6 AF 65 5 0 2A 1F 43 20 36
Octal 246 257 145 5 0 52 37 103 40 66
Binary 10100110 10101111 1100101 101 0 101010 11111 1000011 100000 110110

Color Harmonies of #A6AF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AF65

Black with #A6AF65

Text Example


Text Example

White with #A6AF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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