Html Css Color HEX #A0A07C Locust

📋 copy color: '#A0A07C'

red 160 ◦ green 160 ◦ blue 124

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

Shades of Locust #A0A07C

Tints of Locust #A0A07C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.04%

 BLUE value IS 124 (48.83% from 255) = 27.93%

R = 36.04%
G = 36.04%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0A07C (or 0xA0A07C) is known color: Locust. HEX triplet: A0, A0 and 7C. RGB value is (160,160,124). Sum of RGB (Red+Green+Blue) = 160+160+124=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A07C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A07C is #5F5F83. Grayscale: #9C9C9C. Windows color (decimal): -6250372 or 8167584. OLE color: 8167584.

HSL color Cylindrical-coordinate representation of color #A0A07C: hue angle of 60º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0A07C is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 160 124 -
CMYK 0 0 0.22 0.37
HSL 60º 0.16% 0.56% -
HSV(B) 60º 0.23% 0.63% -
XYZ 30.71 34.07 24.03 -
YUV 155.9 110 130.93 -
System Red Green Blue C M Y K H S L
Decimal 160 160 124 0 0 0.22 0.37 60 0.16 0.56
Hex A0 A0 7C 0 0 16 25 3C 10 38
Octal 240 240 174 0 0 26 45 74 20 70
Binary 10100000 10100000 1111100 0 0 10110 100101 111100 10000 111000

Color Harmonies of #A0A07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A07C

Black with #A0A07C

Text Example


Text Example

White with #A0A07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A07C; }

 p { color: rgb(160,160,124); }

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

background-color css

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

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

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

border-color css

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

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

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