Html Css Color HEX #A0A37B Locust

📋 copy color: '#A0A37B'

red 160 ◦ green 163 ◦ blue 123

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

Shades of Locust #A0A37B

Tints of Locust #A0A37B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.58%

R = 35.87%
G = 36.55%
B = 27.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A0A37B (or 0xA0A37B) is known color: Locust. HEX triplet: A0, A3 and 7B. RGB value is (160,163,123). Sum of RGB (Red+Green+Blue) = 160+163+123=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A37B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A37B is #5F5C84. Grayscale: #9D9D9D. Windows color (decimal): -6249605 or 8102816. OLE color: 8102816.

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

Color convert

RGB 160 163 123 -
CMYK 0.02 0 0.25 0.36
HSL 64.5º 0.18% 0.56% -
HSV(B) 64.5º 0.25% 0.64% -
XYZ 31.17 35.1 23.87 -
YUV 157.54 108.51 129.75 -
System Red Green Blue C M Y K H S L
Decimal 160 163 123 0.02 0 0.25 0.36 64.5 0.18 0.56
Hex A0 A3 7B 2 0 19 24 40 12 38
Octal 240 243 173 2 0 31 44 100 22 70
Binary 10100000 10100011 1111011 10 0 11001 100100 1000000 10010 111000

Color Harmonies of #A0A37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A37B

Black with #A0A37B

Text Example


Text Example

White with #A0A37B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A37B; }

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

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

background-color css

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

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

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

border-color css

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

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

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