Html Css Color HEX #A0A177 Locust

📋 copy color: '#A0A177'

red 160 ◦ green 161 ◦ blue 119

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

Shades of Locust #A0A177

Tints of Locust #A0A177

RGB

 RED value IS 160 (62.89% from 255) = 36.36%

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

 BLUE value IS 119 (46.88% from 255) = 27.05%

R = 36.36%
G = 36.59%
B = 27.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A0A177 (or 0xA0A177) is known color: Locust. HEX triplet: A0, A1 and 77. RGB value is (160,161,119). Sum of RGB (Red+Green+Blue) = 160+161+119=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 119 (46.88% from 255 or 27.05% from 440); Max value from RGB is 161 - color contains mainly: green. Hex color #A0A177 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A177 is #5F5E88. Grayscale: #9C9C9C. Windows color (decimal): -6250121 or 7840160. OLE color: 7840160.

HSL color Cylindrical-coordinate representation of color #A0A177: hue angle of 61.43º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0A177 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 161 119 -
CMYK 0.01 0 0.26 0.37
HSL 61.43º 0.18% 0.55% -
HSV(B) 61.43º 0.26% 0.63% -
XYZ 30.57 34.3 22.46 -
YUV 155.91 107.17 130.92 -
System Red Green Blue C M Y K H S L
Decimal 160 161 119 0.01 0 0.26 0.37 61.43 0.18 0.55
Hex A0 A1 77 1 0 1A 25 3D 12 37
Octal 240 241 167 1 0 32 45 75 22 67
Binary 10100000 10100001 1110111 1 0 11010 100101 111101 10010 110111

Color Harmonies of #A0A177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A177

Black with #A0A177

Text Example


Text Example

White with #A0A177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A177; }

 p { color: rgb(160,161,119); }

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

background-color css

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

 a { background-color: rgb(160,161,119); }

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

border-color css

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

 span { border-color: rgb(160,161,119); }

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