Html Css Color HEX #A1AB5B Green Smoke

📋 copy color: '#A1AB5B'

red 161 ◦ green 171 ◦ blue 91

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

Shades of Green Smoke #A1AB5B

Tints of Green Smoke #A1AB5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.51%

R = 38.06%
G = 40.43%
B = 21.51%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#A1AB5B (or 0xA1AB5B) is known color: Green Smoke. HEX triplet: A1, AB and 5B. RGB value is (161,171,91). Sum of RGB (Red+Green+Blue) = 161+171+91=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AB5B is #5E54A4. Grayscale: #9F9F9F. Windows color (decimal): -6182053 or 6007713. OLE color: 6007713.

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

Color convert

RGB 161 171 91 -
CMYK 0.06 0 0.47 0.33
HSL 67.5º 0.32% 0.51% -
HSV(B) 67.5º 0.47% 0.67% -
XYZ 31.15 37.46 15.49 -
YUV 158.89 89.69 129.5 -
System Red Green Blue C M Y K H S L
Decimal 161 171 91 0.06 0 0.47 0.33 67.5 0.32 0.51
Hex A1 AB 5B 6 0 2F 21 44 20 33
Octal 241 253 133 6 0 57 41 104 40 63
Binary 10100001 10101011 1011011 110 0 101111 100001 1000100 100000 110011

Color Harmonies of #A1AB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AB5B

Black with #A1AB5B

Text Example


Text Example

White with #A1AB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AB5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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