Html Css Color HEX #A1AF7F Locust

📋 copy color: '#A1AF7F'

red 161 ◦ green 175 ◦ blue 127

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

Shades of Locust #A1AF7F

Tints of Locust #A1AF7F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.8%

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

R = 34.77%
G = 37.8%
B = 27.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#A1AF7F (or 0xA1AF7F) is known color: Locust. HEX triplet: A1, AF and 7F. RGB value is (161,175,127). Sum of RGB (Red+Green+Blue) = 161+175+127=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AF7F is #5E5080. Grayscale: #A5A5A5. Windows color (decimal): -6180993 or 8368033. OLE color: 8368033.

HSL color Cylindrical-coordinate representation of color #A1AF7F: hue angle of 77.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1AF7F is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 175 127 -
CMYK 0.08 0 0.27 0.31
HSL 77.5º 0.23% 0.59% -
HSV(B) 77.5º 0.27% 0.69% -
XYZ 33.86 39.77 25.97 -
YUV 165.34 106.36 124.9 -
System Red Green Blue C M Y K H S L
Decimal 161 175 127 0.08 0 0.27 0.31 77.5 0.23 0.59
Hex A1 AF 7F 8 0 1B 1F 4E 17 3B
Octal 241 257 177 10 0 33 37 116 27 73
Binary 10100001 10101111 1111111 1000 0 11011 11111 1001110 10111 111011

Color Harmonies of #A1AF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AF7F

Black with #A1AF7F

Text Example


Text Example

White with #A1AF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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