Html Css Color HEX #A0A677 Locust

📋 copy color: '#A0A677'

red 160 ◦ green 166 ◦ blue 119

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

Shades of Locust #A0A677

Tints of Locust #A0A677

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.3%

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

R = 35.96%
G = 37.3%
B = 26.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A0A677 (or 0xA0A677) is known color: Locust. HEX triplet: A0, A6 and 77. RGB value is (160,166,119). Sum of RGB (Red+Green+Blue) = 160+166+119=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A677 is #5F5988. Grayscale: #9F9F9F. Windows color (decimal): -6248841 or 7841440. OLE color: 7841440.

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

Color convert

RGB 160 166 119 -
CMYK 0.04 0 0.28 0.35
HSL 67.66º 0.21% 0.56% -
HSV(B) 67.66º 0.28% 0.65% -
XYZ 31.46 36.08 22.76 -
YUV 158.85 105.51 128.82 -
System Red Green Blue C M Y K H S L
Decimal 160 166 119 0.04 0 0.28 0.35 67.66 0.21 0.56
Hex A0 A6 77 4 0 1C 23 44 15 38
Octal 240 246 167 4 0 34 43 104 25 70
Binary 10100000 10100110 1110111 100 0 11100 100011 1000100 10101 111000

Color Harmonies of #A0A677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A677

Black with #A0A677

Text Example


Text Example

White with #A0A677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A677; }

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

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

background-color css

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

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

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

border-color css

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

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

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