Html Css Color HEX #A1A07C Locust

📋 copy color: '#A1A07C'

red 161 ◦ green 160 ◦ blue 124

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

Shades of Locust #A1A07C

Tints of Locust #A1A07C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.96%

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

R = 36.18%
G = 35.96%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A1A07C (or 0xA1A07C) is known color: Locust. HEX triplet: A1, A0 and 7C. RGB value is (161,160,124). Sum of RGB (Red+Green+Blue) = 161+160+124=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A07C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A07C is #5E5F83. Grayscale: #9C9C9C. Windows color (decimal): -6184836 or 8167585. OLE color: 8167585.

HSL color Cylindrical-coordinate representation of color #A1A07C: hue angle of 58.38º 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 #A1A07C is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 160 124 -
CMYK 0 0.01 0.23 0.37
HSL 58.38º 0.16% 0.56% -
HSV(B) 58.38º 0.23% 0.63% -
XYZ 30.91 34.17 24.04 -
YUV 156.2 109.83 131.43 -
System Red Green Blue C M Y K H S L
Decimal 161 160 124 0 0.01 0.23 0.37 58.38 0.16 0.56
Hex A1 A0 7C 0 1 17 25 3A 10 38
Octal 241 240 174 0 1 27 45 72 20 70
Binary 10100001 10100000 1111100 0 1 10111 100101 111010 10000 111000

Color Harmonies of #A1A07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A07C

Black with #A1A07C

Text Example


Text Example

White with #A1A07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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