Html Css Color HEX #A1AE7F Locust

📋 copy color: '#A1AE7F'

red 161 ◦ green 174 ◦ blue 127

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

Shades of Locust #A1AE7F

Tints of Locust #A1AE7F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.66%

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

R = 34.85%
G = 37.66%
B = 27.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#A1AE7F (or 0xA1AE7F) is known color: Locust. HEX triplet: A1, AE and 7F. RGB value is (161,174,127). Sum of RGB (Red+Green+Blue) = 161+174+127=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1AE7F is #5E5180. Grayscale: #A4A4A4. Windows color (decimal): -6181249 or 8367777. OLE color: 8367777.

HSL color Cylindrical-coordinate representation of color #A1AE7F: hue angle of 76.6º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1AE7F is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 174 127 -
CMYK 0.07 0 0.27 0.32
HSL 76.6º 0.22% 0.59% -
HSV(B) 76.6º 0.27% 0.68% -
XYZ 33.66 39.38 25.91 -
YUV 164.76 106.69 125.32 -
System Red Green Blue C M Y K H S L
Decimal 161 174 127 0.07 0 0.27 0.32 76.6 0.22 0.59
Hex A1 AE 7F 7 0 1B 20 4D 16 3B
Octal 241 256 177 7 0 33 40 115 26 73
Binary 10100001 10101110 1111111 111 0 11011 100000 1001101 10110 111011

Color Harmonies of #A1AE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AE7F

Black with #A1AE7F

Text Example


Text Example

White with #A1AE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AE7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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