Html Css Color HEX #A1AB73 Locust

📋 copy color: '#A1AB73'

red 161 ◦ green 171 ◦ blue 115

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

Shades of Locust #A1AB73

Tints of Locust #A1AB73

RGB

 RED value IS 161 (63.28% from 255) = 36.02%

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

 BLUE value IS 115 (45.31% from 255) = 25.73%

R = 36.02%
G = 38.26%
B = 25.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#A1AB73 (or 0xA1AB73) is known color: Locust. HEX triplet: A1, AB and 73. RGB value is (161,171,115). Sum of RGB (Red+Green+Blue) = 161+171+115=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AB73 is #5E548C. Grayscale: #A1A1A1. Windows color (decimal): -6182029 or 7580577. OLE color: 7580577.

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

Color convert

RGB 161 171 115 -
CMYK 0.06 0 0.33 0.33
HSL 70.71º 0.25% 0.56% -
HSV(B) 70.71º 0.33% 0.67% -
XYZ 32.36 37.94 21.84 -
YUV 161.63 101.69 127.55 -
System Red Green Blue C M Y K H S L
Decimal 161 171 115 0.06 0 0.33 0.33 70.71 0.25 0.56
Hex A1 AB 73 6 0 21 21 47 19 38
Octal 241 253 163 6 0 41 41 107 31 70
Binary 10100001 10101011 1110011 110 0 100001 100001 1000111 11001 111000

Color Harmonies of #A1AB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AB73

Black with #A1AB73

Text Example


Text Example

White with #A1AB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AB73; }

 p { color: rgb(161,171,115); }

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

background-color css

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

 a { background-color: rgb(161,171,115); }

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

border-color css

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

 span { border-color: rgb(161,171,115); }

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