Html Css Color HEX #A6B165 Green Smoke

📋 copy color: '#A6B165'

red 166 ◦ green 177 ◦ blue 101

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

Shades of Green Smoke #A6B165

Tints of Green Smoke #A6B165

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.86%

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

R = 37.39%
G = 39.86%
B = 22.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#A6B165 (or 0xA6B165) is known color: Green Smoke. HEX triplet: A6, B1 and 65. RGB value is (166,177,101). Sum of RGB (Red+Green+Blue) = 166+177+101=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 177 - color contains mainly: green. Hex color #A6B165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6B165 is #594E9A. Grayscale: #A5A5A5. Windows color (decimal): -5852827 or 6664614. OLE color: 6664614.

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

Color convert

RGB 166 177 101 -
CMYK 0.06 0 0.43 0.31
HSL 68.68º 0.33% 0.55% -
HSV(B) 68.68º 0.43% 0.69% -
XYZ 33.8 40.49 18.35 -
YUV 165.05 91.86 128.68 -
System Red Green Blue C M Y K H S L
Decimal 166 177 101 0.06 0 0.43 0.31 68.68 0.33 0.55
Hex A6 B1 65 6 0 2B 1F 45 21 37
Octal 246 261 145 6 0 53 37 105 41 67
Binary 10100110 10110001 1100101 110 0 101011 11111 1000101 100001 110111

Color Harmonies of #A6B165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B165

Black with #A6B165

Text Example


Text Example

White with #A6B165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B165; }

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

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

background-color css

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

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

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

border-color css

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

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

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