Html Css Color HEX #A0A382 Locust

📋 copy color: '#A0A382'

red 160 ◦ green 163 ◦ blue 130

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

Shades of Locust #A0A382

Tints of Locust #A0A382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.7%

R = 35.32%
G = 35.98%
B = 28.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A0A382 (or 0xA0A382) is known color: Locust. HEX triplet: A0, A3 and 82. RGB value is (160,163,130). Sum of RGB (Red+Green+Blue) = 160+163+130=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0A382 is #5F5C7D. Grayscale: #9E9E9E. Windows color (decimal): -6249598 or 8561568. OLE color: 8561568.

HSL color Cylindrical-coordinate representation of color #A0A382: hue angle of 65.45º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A0A382 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 163 130 -
CMYK 0.02 0 0.20 0.36
HSL 65.45º 0.15% 0.57% -
HSV(B) 65.45º 0.2% 0.64% -
XYZ 31.62 35.28 26.26 -
YUV 158.34 112.01 129.18 -
System Red Green Blue C M Y K H S L
Decimal 160 163 130 0.02 0 0.20 0.36 65.45 0.15 0.57
Hex A0 A3 82 2 0 14 24 41 F 39
Octal 240 243 202 2 0 24 44 101 17 71
Binary 10100000 10100011 10000010 10 0 10100 100100 1000001 1111 111001

Color Harmonies of #A0A382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A382

Black with #A0A382

Text Example


Text Example

White with #A0A382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A382; }

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

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

background-color css

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

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

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

border-color css

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

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

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