Html Css Color HEX #A1AB4B Green Smoke

📋 copy color: '#A1AB4B'

red 161 ◦ green 171 ◦ blue 75

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

Shades of Green Smoke #A1AB4B

Tints of Green Smoke #A1AB4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.43%

R = 39.56%
G = 42.01%
B = 18.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#A1AB4B (or 0xA1AB4B) is known color: Green Smoke. HEX triplet: A1, AB and 4B. RGB value is (161,171,75). Sum of RGB (Red+Green+Blue) = 161+171+75=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AB4B is #5E54B4. Grayscale: #9D9D9D. Windows color (decimal): -6182069 or 4959137. OLE color: 4959137.

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

Color convert

RGB 161 171 75 -
CMYK 0.06 0 0.56 0.33
HSL 66.25º 0.39% 0.48% -
HSV(B) 66.25º 0.56% 0.67% -
XYZ 30.53 37.21 12.23 -
YUV 157.07 81.69 130.81 -
System Red Green Blue C M Y K H S L
Decimal 161 171 75 0.06 0 0.56 0.33 66.25 0.39 0.48
Hex A1 AB 4B 6 0 38 21 42 27 30
Octal 241 253 113 6 0 70 41 102 47 60
Binary 10100001 10101011 1001011 110 0 111000 100001 1000010 100111 110000

Color Harmonies of #A1AB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AB4B

Black with #A1AB4B

Text Example


Text Example

White with #A1AB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AB4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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