Html Css Color HEX #A1A374 Locust

📋 copy color: '#A1A374'

red 161 ◦ green 163 ◦ blue 116

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

Shades of Locust #A1A374

Tints of Locust #A1A374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.36%

R = 36.59%
G = 37.05%
B = 26.36%

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

#A1A374 (or 0xA1A374) is known color: Locust. HEX triplet: A1, A3 and 74. RGB value is (161,163,116). Sum of RGB (Red+Green+Blue) = 161+163+116=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 116 (45.70% from 255 or 26.36% from 440); Max value from RGB is 163 - color contains mainly: green. Hex color #A1A374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A374 is #5E5C8B. Grayscale: #9D9D9D. Windows color (decimal): -6184076 or 7644065. OLE color: 7644065.

HSL color Cylindrical-coordinate representation of color #A1A374: hue angle of 62.55º degrees, saturation: 0.2, 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 #A1A374 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 161 163 116 -
CMYK 0.01 0 0.29 0.36
HSL 62.55º 0.2% 0.55% -
HSV(B) 62.55º 0.29% 0.64% -
XYZ 30.95 35.03 21.65 -
YUV 157.04 104.84 130.82 -
System Red Green Blue C M Y K H S L
Decimal 161 163 116 0.01 0 0.29 0.36 62.55 0.2 0.55
Hex A1 A3 74 1 0 1D 24 3F 14 37
Octal 241 243 164 1 0 35 44 77 24 67
Binary 10100001 10100011 1110100 1 0 11101 100100 111111 10100 110111

Color Harmonies of #A1A374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A374

Black with #A1A374

Text Example


Text Example

White with #A1A374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A374; }

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

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

background-color css

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

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

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

border-color css

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

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

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