Html Css Color HEX #A0A386 Locust

📋 copy color: '#A0A386'

red 160 ◦ green 163 ◦ blue 134

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

Shades of Locust #A0A386

Tints of Locust #A0A386

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.67%

 BLUE value IS 134 (52.73% from 255) = 29.32%

R = 35.01%
G = 35.67%
B = 29.32%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A0A386 (or 0xA0A386) is known color: Locust. HEX triplet: A0, A3 and 86. RGB value is (160,163,134). Sum of RGB (Red+Green+Blue) = 160+163+134=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A386 is #5F5C79. Grayscale: #9E9E9E. Windows color (decimal): -6249594 or 8823712. OLE color: 8823712.

HSL color Cylindrical-coordinate representation of color #A0A386: hue angle of 66.21º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0A386 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 163 134 -
CMYK 0.02 0 0.18 0.36
HSL 66.21º 0.14% 0.58% -
HSV(B) 66.21º 0.18% 0.64% -
XYZ 31.9 35.39 27.7 -
YUV 158.8 114.01 128.86 -
System Red Green Blue C M Y K H S L
Decimal 160 163 134 0.02 0 0.18 0.36 66.21 0.14 0.58
Hex A0 A3 86 2 0 12 24 42 E 3A
Octal 240 243 206 2 0 22 44 102 16 72
Binary 10100000 10100011 10000110 10 0 10010 100100 1000010 1110 111010

Color Harmonies of #A0A386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A386

Black with #A0A386

Text Example


Text Example

White with #A0A386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A386; }

 p { color: rgb(160,163,134); }

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

background-color css

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

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

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

border-color css

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

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

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