Html Css Color HEX #A1AB6B Green Smoke

📋 copy color: '#A1AB6B'

red 161 ◦ green 171 ◦ blue 107

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

Shades of Green Smoke #A1AB6B

Tints of Green Smoke #A1AB6B

RGB

 RED value IS 161 (63.28% from 255) = 36.67%

 GREEN value IS 171 (67.19% from 255) = 38.95%

 BLUE value IS 107 (42.19% from 255) = 24.37%

R = 36.67%
G = 38.95%
B = 24.37%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#A1AB6B (or 0xA1AB6B) is known color: Green Smoke. HEX triplet: A1, AB and 6B. RGB value is (161,171,107). Sum of RGB (Red+Green+Blue) = 161+171+107=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 107 (42.19% from 255 or 24.37% from 439); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AB6B is #5E5494. Grayscale: #A0A0A0. Windows color (decimal): -6182037 or 7056289. OLE color: 7056289.

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

Color convert

RGB 161 171 107 -
CMYK 0.06 0 0.37 0.33
HSL 69.38º 0.28% 0.55% -
HSV(B) 69.38º 0.37% 0.67% -
XYZ 31.91 37.76 19.52 -
YUV 160.71 97.69 128.2 -
System Red Green Blue C M Y K H S L
Decimal 161 171 107 0.06 0 0.37 0.33 69.38 0.28 0.55
Hex A1 AB 6B 6 0 25 21 45 1C 37
Octal 241 253 153 6 0 45 41 105 34 67
Binary 10100001 10101011 1101011 110 0 100101 100001 1000101 11100 110111

Color Harmonies of #A1AB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AB6B

Black with #A1AB6B

Text Example


Text Example

White with #A1AB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AB6B; }

 p { color: rgb(161,171,107); }

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

background-color css

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

 a { background-color: rgb(161,171,107); }

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

border-color css

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

 span { border-color: rgb(161,171,107); }

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