Html Css Color HEX #A1A17C Locust

📋 copy color: '#A1A17C'

red 161 ◦ green 161 ◦ blue 124

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

Shades of Locust #A1A17C

Tints of Locust #A1A17C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.1%

 BLUE value IS 124 (48.83% from 255) = 27.8%

R = 36.1%
G = 36.1%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A1A17C (or 0xA1A17C) is known color: Locust. HEX triplet: A1, A1 and 7C. RGB value is (161,161,124). Sum of RGB (Red+Green+Blue) = 161+161+124=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 161 - color contains mainly: red, green. Hex color #A1A17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A17C is #5E5E83. Grayscale: #9C9C9C. Windows color (decimal): -6184580 or 8167841. OLE color: 8167841.

HSL color Cylindrical-coordinate representation of color #A1A17C: hue angle of 60º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1A17C is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 161 124 -
CMYK 0 0 0.23 0.37
HSL 60º 0.16% 0.56% -
HSV(B) 60º 0.23% 0.63% -
XYZ 31.08 34.52 24.09 -
YUV 156.78 109.5 131.01 -
System Red Green Blue C M Y K H S L
Decimal 161 161 124 0 0 0.23 0.37 60 0.16 0.56
Hex A1 A1 7C 0 0 17 25 3C 10 38
Octal 241 241 174 0 0 27 45 74 20 70
Binary 10100001 10100001 1111100 0 0 10111 100101 111100 10000 111000

Color Harmonies of #A1A17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A17C

Black with #A1A17C

Text Example


Text Example

White with #A1A17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A17C; }

 p { color: rgb(161,161,124); }

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

background-color css

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

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

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

border-color css

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

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

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