Html Css Color HEX #A1A97C Locust

📋 copy color: '#A1A97C'

red 161 ◦ green 169 ◦ blue 124

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

Shades of Locust #A1A97C

Tints of Locust #A1A97C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.22%

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

R = 35.46%
G = 37.22%
B = 27.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A1A97C (or 0xA1A97C) is known color: Locust. HEX triplet: A1, A9 and 7C. RGB value is (161,169,124). Sum of RGB (Red+Green+Blue) = 161+169+124=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 169 (66.41% from 255 or 37.22% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A97C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A97C is #5E5683. Grayscale: #A1A1A1. Windows color (decimal): -6182532 or 8169889. OLE color: 8169889.

HSL color Cylindrical-coordinate representation of color #A1A97C: hue angle of 70.67º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1A97C is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 161 169 124 -
CMYK 0.05 0 0.27 0.34
HSL 70.67º 0.21% 0.57% -
HSV(B) 70.67º 0.27% 0.66% -
XYZ 32.52 37.41 24.58 -
YUV 161.48 106.85 127.66 -
System Red Green Blue C M Y K H S L
Decimal 161 169 124 0.05 0 0.27 0.34 70.67 0.21 0.57
Hex A1 A9 7C 5 0 1B 22 47 15 39
Octal 241 251 174 5 0 33 42 107 25 71
Binary 10100001 10101001 1111100 101 0 11011 100010 1000111 10101 111001

Color Harmonies of #A1A97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A97C

Black with #A1A97C

Text Example


Text Example

White with #A1A97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A97C; }

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

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

background-color css

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

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

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

border-color css

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

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

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