Html Css Color HEX #A1AB7F Locust

📋 copy color: '#A1AB7F'

red 161 ◦ green 171 ◦ blue 127

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

Shades of Locust #A1AB7F

Tints of Locust #A1AB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.67%

R = 35.08%
G = 37.25%
B = 27.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#A1AB7F (or 0xA1AB7F) is known color: Locust. HEX triplet: A1, AB and 7F. RGB value is (161,171,127). Sum of RGB (Red+Green+Blue) = 161+171+127=459 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.08% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AB7F is #5E5480. Grayscale: #A3A3A3. Windows color (decimal): -6182017 or 8367009. OLE color: 8367009.

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

Color convert

RGB 161 171 127 -
CMYK 0.06 0 0.26 0.33
HSL 73.64º 0.21% 0.58% -
HSV(B) 73.64º 0.26% 0.67% -
XYZ 33.09 38.24 25.71 -
YUV 162.99 107.69 126.58 -
System Red Green Blue C M Y K H S L
Decimal 161 171 127 0.06 0 0.26 0.33 73.64 0.21 0.58
Hex A1 AB 7F 6 0 1A 21 4A 15 3A
Octal 241 253 177 6 0 32 41 112 25 72
Binary 10100001 10101011 1111111 110 0 11010 100001 1001010 10101 111010

Color Harmonies of #A1AB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AB7F

Black with #A1AB7F

Text Example


Text Example

White with #A1AB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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