Html Css Color HEX #A1A373 Locust

📋 copy color: '#A1A373'

red 161 ◦ green 163 ◦ blue 115

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

Shades of Locust #A1A373

Tints of Locust #A1A373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.2%

R = 36.67%
G = 37.13%
B = 26.2%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A1A373 (or 0xA1A373) is known color: Locust. HEX triplet: A1, A3 and 73. RGB value is (161,163,115). Sum of RGB (Red+Green+Blue) = 161+163+115=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 163 - color contains mainly: green. Hex color #A1A373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A373 is #5E5C8C. Grayscale: #9D9D9D. Windows color (decimal): -6184077 or 7578529. OLE color: 7578529.

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

Color convert

RGB 161 163 115 -
CMYK 0.01 0 0.29 0.36
HSL 62.5º 0.21% 0.55% -
HSV(B) 62.5º 0.29% 0.64% -
XYZ 30.89 35.01 21.35 -
YUV 156.93 104.34 130.9 -
System Red Green Blue C M Y K H S L
Decimal 161 163 115 0.01 0 0.29 0.36 62.5 0.21 0.55
Hex A1 A3 73 1 0 1D 24 3F 15 37
Octal 241 243 163 1 0 35 44 77 25 67
Binary 10100001 10100011 1110011 1 0 11101 100100 111111 10101 110111

Color Harmonies of #A1A373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A373

Black with #A1A373

Text Example


Text Example

White with #A1A373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A373; }

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

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

background-color css

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

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

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

border-color css

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

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

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