Html Css Color HEX #A1A77A Locust

📋 copy color: '#A1A77A'

red 161 ◦ green 167 ◦ blue 122

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

Shades of Locust #A1A77A

Tints of Locust #A1A77A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.11%

 BLUE value IS 122 (48.05% from 255) = 27.11%

R = 35.78%
G = 37.11%
B = 27.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A1A77A (or 0xA1A77A) is known color: Locust. HEX triplet: A1, A7 and 7A. RGB value is (161,167,122). Sum of RGB (Red+Green+Blue) = 161+167+122=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 167 (65.62% from 255 or 37.11% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 167 - color contains mainly: green. Hex color #A1A77A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A77A is #5E5885. Grayscale: #A0A0A0. Windows color (decimal): -6183046 or 8038305. OLE color: 8038305.

HSL color Cylindrical-coordinate representation of color #A1A77A: hue angle of 68º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1A77A is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 161 167 122 -
CMYK 0.04 0 0.27 0.35
HSL 68º 0.2% 0.57% -
HSV(B) 68º 0.27% 0.65% -
XYZ 32.03 36.62 23.79 -
YUV 160.08 106.51 128.66 -
System Red Green Blue C M Y K H S L
Decimal 161 167 122 0.04 0 0.27 0.35 68 0.2 0.57
Hex A1 A7 7A 4 0 1B 23 44 14 39
Octal 241 247 172 4 0 33 43 104 24 71
Binary 10100001 10100111 1111010 100 0 11011 100011 1000100 10100 111001

Color Harmonies of #A1A77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A77A

Black with #A1A77A

Text Example


Text Example

White with #A1A77A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A77A; }

 p { color: rgb(161,167,122); }

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

background-color css

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

 a { background-color: rgb(161,167,122); }

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

border-color css

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

 span { border-color: rgb(161,167,122); }

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