Html Css Color HEX #A9AE71 Locust

📋 copy color: '#A9AE71'

red 169 ◦ green 174 ◦ blue 113

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

Shades of Locust #A9AE71

Tints of Locust #A9AE71

RGB

 RED value IS 169 (66.41% from 255) = 37.06%

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

 BLUE value IS 113 (44.53% from 255) = 24.78%

R = 37.06%
G = 38.16%
B = 24.78%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#A9AE71 (or 0xA9AE71) is known color: Locust. HEX triplet: A9, AE and 71. RGB value is (169,174,113). Sum of RGB (Red+Green+Blue) = 169+174+113=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 174 - color contains mainly: green. Hex color #A9AE71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AE71 is #56518E. Grayscale: #A5A5A5. Windows color (decimal): -5656975 or 7450281. OLE color: 7450281.

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

Color convert

RGB 169 174 113 -
CMYK 0.03 0 0.35 0.32
HSL 64.92º 0.27% 0.56% -
HSV(B) 64.92º 0.35% 0.68% -
XYZ 34.48 39.9 21.51 -
YUV 165.55 98.34 130.46 -
System Red Green Blue C M Y K H S L
Decimal 169 174 113 0.03 0 0.35 0.32 64.92 0.27 0.56
Hex A9 AE 71 3 0 23 20 41 1B 38
Octal 251 256 161 3 0 43 40 101 33 70
Binary 10101001 10101110 1110001 11 0 100011 100000 1000001 11011 111000

Color Harmonies of #A9AE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9AE71

Black with #A9AE71

Text Example


Text Example

White with #A9AE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9AE71; }

 p { color: rgb(169,174,113); }

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

background-color css

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

 a { background-color: rgb(169,174,113); }

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

border-color css

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

 span { border-color: rgb(169,174,113); }

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