Html Css Color HEX #A1A07D Locust

📋 copy color: '#A1A07D'

red 161 ◦ green 160 ◦ blue 125

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

Shades of Locust #A1A07D

Tints of Locust #A1A07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.03%

R = 36.1%
G = 35.87%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A1A07D (or 0xA1A07D) is known color: Locust. HEX triplet: A1, A0 and 7D. RGB value is (161,160,125). Sum of RGB (Red+Green+Blue) = 161+160+125=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A07D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A07D is #5E5F82. Grayscale: #9C9C9C. Windows color (decimal): -6184835 or 8233121. OLE color: 8233121.

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

Color convert

RGB 161 160 125 -
CMYK 0 0.01 0.22 0.37
HSL 58.33º 0.16% 0.56% -
HSV(B) 58.33º 0.22% 0.63% -
XYZ 30.97 34.2 24.37 -
YUV 156.31 110.33 131.35 -
System Red Green Blue C M Y K H S L
Decimal 161 160 125 0 0.01 0.22 0.37 58.33 0.16 0.56
Hex A1 A0 7D 0 1 16 25 3A 10 38
Octal 241 240 175 0 1 26 45 72 20 70
Binary 10100001 10100000 1111101 0 1 10110 100101 111010 10000 111000

Color Harmonies of #A1A07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A07D

Black with #A1A07D

Text Example


Text Example

White with #A1A07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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