Html Css Color HEX #A1A371 Locust

📋 copy color: '#A1A371'

red 161 ◦ green 163 ◦ blue 113

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

Shades of Locust #A1A371

Tints of Locust #A1A371

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.3%

 BLUE value IS 113 (44.53% from 255) = 25.86%

R = 36.84%
G = 37.3%
B = 25.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A1A371 (or 0xA1A371) is known color: Locust. HEX triplet: A1, A3 and 71. RGB value is (161,163,113). Sum of RGB (Red+Green+Blue) = 161+163+113=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 163 - color contains mainly: green. Hex color #A1A371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A371 is #5E5C8E. Grayscale: #9C9C9C. Windows color (decimal): -6184079 or 7447457. OLE color: 7447457.

HSL color Cylindrical-coordinate representation of color #A1A371: hue angle of 62.4º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1A371 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 161 163 113 -
CMYK 0.01 0 0.31 0.36
HSL 62.4º 0.21% 0.54% -
HSV(B) 62.4º 0.31% 0.64% -
XYZ 30.78 34.96 20.75 -
YUV 156.7 103.34 131.07 -
System Red Green Blue C M Y K H S L
Decimal 161 163 113 0.01 0 0.31 0.36 62.4 0.21 0.54
Hex A1 A3 71 1 0 1F 24 3E 15 36
Octal 241 243 161 1 0 37 44 76 25 66
Binary 10100001 10100011 1110001 1 0 11111 100100 111110 10101 110110

Color Harmonies of #A1A371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A371

Black with #A1A371

Text Example


Text Example

White with #A1A371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A371; }

 p { color: rgb(161,163,113); }

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

background-color css

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

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

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

border-color css

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

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

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