Html Css Color HEX #A6B46E Green Smoke

📋 copy color: '#A6B46E'

red 166 ◦ green 180 ◦ blue 110

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

Shades of Green Smoke #A6B46E

Tints of Green Smoke #A6B46E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.47%

 BLUE value IS 110 (43.36% from 255) = 24.12%

R = 36.4%
G = 39.47%
B = 24.12%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#A6B46E (or 0xA6B46E) is known color: Green Smoke. HEX triplet: A6, B4 and 6E. RGB value is (166,180,110). Sum of RGB (Red+Green+Blue) = 166+180+110=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B46E is #594B91. Grayscale: #A8A8A8. Windows color (decimal): -5852050 or 7255206. OLE color: 7255206.

HSL color Cylindrical-coordinate representation of color #A6B46E: hue angle of 72º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A6B46E is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 180 110 -
CMYK 0.08 0 0.39 0.29
HSL 72º 0.32% 0.57% -
HSV(B) 72º 0.39% 0.71% -
XYZ 34.86 41.88 21 -
YUV 167.83 95.36 126.69 -
System Red Green Blue C M Y K H S L
Decimal 166 180 110 0.08 0 0.39 0.29 72 0.32 0.57
Hex A6 B4 6E 8 0 27 1D 48 20 39
Octal 246 264 156 10 0 47 35 110 40 71
Binary 10100110 10110100 1101110 1000 0 100111 11101 1001000 100000 111001

Color Harmonies of #A6B46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B46E

Black with #A6B46E

Text Example


Text Example

White with #A6B46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B46E; }

 p { color: rgb(166,180,110); }

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

background-color css

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

 a { background-color: rgb(166,180,110); }

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

border-color css

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

 span { border-color: rgb(166,180,110); }

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