Html Css Color HEX #A1A874 Locust

📋 copy color: '#A1A874'

red 161 ◦ green 168 ◦ blue 116

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

Shades of Locust #A1A874

Tints of Locust #A1A874

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.75%

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

R = 36.18%
G = 37.75%
B = 26.07%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#A1A874 (or 0xA1A874) is known color: Locust. HEX triplet: A1, A8 and 74. RGB value is (161,168,116). Sum of RGB (Red+Green+Blue) = 161+168+116=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 168 - color contains mainly: green. Hex color #A1A874 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A874 is #5E578B. Grayscale: #A0A0A0. Windows color (decimal): -6182796 or 7645345. OLE color: 7645345.

HSL color Cylindrical-coordinate representation of color #A1A874: hue angle of 68.08º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1A874 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 161 168 116 -
CMYK 0.04 0 0.31 0.34
HSL 68.08º 0.23% 0.56% -
HSV(B) 68.08º 0.31% 0.66% -
XYZ 31.85 36.84 21.96 -
YUV 159.98 103.18 128.73 -
System Red Green Blue C M Y K H S L
Decimal 161 168 116 0.04 0 0.31 0.34 68.08 0.23 0.56
Hex A1 A8 74 4 0 1F 22 44 17 38
Octal 241 250 164 4 0 37 42 104 27 70
Binary 10100001 10101000 1110100 100 0 11111 100010 1000100 10111 111000

Color Harmonies of #A1A874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A874

Black with #A1A874

Text Example


Text Example

White with #A1A874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A874; }

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

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

background-color css

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

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

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

border-color css

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

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

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