Html Css Color HEX #A0AB83 Locust

📋 copy color: '#A0AB83'

red 160 ◦ green 171 ◦ blue 131

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

Shades of Locust #A0AB83

Tints of Locust #A0AB83

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.01%

 BLUE value IS 131 (51.56% from 255) = 28.35%

R = 34.63%
G = 37.01%
B = 28.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#A0AB83 (or 0xA0AB83) is known color: Locust. HEX triplet: A0, AB and 83. RGB value is (160,171,131). Sum of RGB (Red+Green+Blue) = 160+171+131=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AB83 is #5F547C. Grayscale: #A3A3A3. Windows color (decimal): -6247549 or 8629152. OLE color: 8629152.

HSL color Cylindrical-coordinate representation of color #A0AB83: hue angle of 76.5º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0AB83 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 171 131 -
CMYK 0.06 0 0.23 0.33
HSL 76.5º 0.19% 0.59% -
HSV(B) 76.5º 0.23% 0.67% -
XYZ 33.16 38.24 27.11 -
YUV 163.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 160 171 131 0.06 0 0.23 0.33 76.5 0.19 0.59
Hex A0 AB 83 6 0 17 21 4C 13 3B
Octal 240 253 203 6 0 27 41 114 23 73
Binary 10100000 10101011 10000011 110 0 10111 100001 1001100 10011 111011

Color Harmonies of #A0AB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AB83

Black with #A0AB83

Text Example


Text Example

White with #A0AB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AB83; }

 p { color: rgb(160,171,131); }

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

background-color css

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

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

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

border-color css

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

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

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