Html Css Color HEX #A6A965 Green Smoke

📋 copy color: '#A6A965'

red 166 ◦ green 169 ◦ blue 101

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

Shades of Green Smoke #A6A965

Tints of Green Smoke #A6A965

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.76%

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

R = 38.07%
G = 38.76%
B = 23.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A6A965 (or 0xA6A965) is known color: Green Smoke. HEX triplet: A6, A9 and 65. RGB value is (166,169,101). Sum of RGB (Red+Green+Blue) = 166+169+101=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 169 (66.41% from 255 or 38.76% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 169 - color contains mainly: green. Hex color #A6A965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A965 is #59569A. Grayscale: #A0A0A0. Windows color (decimal): -5854875 or 6662566. OLE color: 6662566.

HSL color Cylindrical-coordinate representation of color #A6A965: hue angle of 62.65º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6A965 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 166 169 101 -
CMYK 0.02 0 0.40 0.34
HSL 62.65º 0.28% 0.53% -
HSV(B) 62.65º 0.4% 0.66% -
XYZ 32.26 37.42 17.83 -
YUV 160.35 94.51 132.03 -
System Red Green Blue C M Y K H S L
Decimal 166 169 101 0.02 0 0.40 0.34 62.65 0.28 0.53
Hex A6 A9 65 2 0 28 22 3F 1C 35
Octal 246 251 145 2 0 50 42 77 34 65
Binary 10100110 10101001 1100101 10 0 101000 100010 111111 11100 110101

Color Harmonies of #A6A965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A965

Black with #A6A965

Text Example


Text Example

White with #A6A965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A965; }

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

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

background-color css

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

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

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

border-color css

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

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

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