Html Css Color HEX #A0A07E Locust

📋 copy color: '#A0A07E'

red 160 ◦ green 160 ◦ blue 126

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

Shades of Locust #A0A07E

Tints of Locust #A0A07E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.25%

R = 35.87%
G = 35.87%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A0A07E (or 0xA0A07E) is known color: Locust. HEX triplet: A0, A0 and 7E. RGB value is (160,160,126). Sum of RGB (Red+Green+Blue) = 160+160+126=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A07E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A07E is #5F5F81. Grayscale: #9C9C9C. Windows color (decimal): -6250370 or 8298656. OLE color: 8298656.

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

Color convert

RGB 160 160 126 -
CMYK 0 0 0.21 0.37
HSL 60º 0.15% 0.56% -
HSV(B) 60º 0.21% 0.63% -
XYZ 30.83 34.12 24.7 -
YUV 156.12 111 130.76 -
System Red Green Blue C M Y K H S L
Decimal 160 160 126 0 0 0.21 0.37 60 0.15 0.56
Hex A0 A0 7E 0 0 15 25 3C F 38
Octal 240 240 176 0 0 25 45 74 17 70
Binary 10100000 10100000 1111110 0 0 10101 100101 111100 1111 111000

Color Harmonies of #A0A07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A07E

Black with #A0A07E

Text Example


Text Example

White with #A0A07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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