Html Css Color HEX #A9AE78 Locust

📋 copy color: '#A9AE78'

red 169 ◦ green 174 ◦ blue 120

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

Shades of Locust #A9AE78

Tints of Locust #A9AE78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.92%

R = 36.5%
G = 37.58%
B = 25.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#A9AE78 (or 0xA9AE78) is known color: Locust. HEX triplet: A9, AE and 78. RGB value is (169,174,120). Sum of RGB (Red+Green+Blue) = 169+174+120=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 174 - color contains mainly: green. Hex color #A9AE78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9AE78 is #565187. Grayscale: #A6A6A6. Windows color (decimal): -5656968 or 7909033. OLE color: 7909033.

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

Color convert

RGB 169 174 120 -
CMYK 0.03 0 0.31 0.32
HSL 65.56º 0.25% 0.58% -
HSV(B) 65.56º 0.31% 0.68% -
XYZ 34.89 40.06 23.66 -
YUV 166.35 101.84 129.89 -
System Red Green Blue C M Y K H S L
Decimal 169 174 120 0.03 0 0.31 0.32 65.56 0.25 0.58
Hex A9 AE 78 3 0 1F 20 42 19 3A
Octal 251 256 170 3 0 37 40 102 31 72
Binary 10101001 10101110 1111000 11 0 11111 100000 1000010 11001 111010

Color Harmonies of #A9AE78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9AE78

Black with #A9AE78

Text Example


Text Example

White with #A9AE78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9AE78; }

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

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

background-color css

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

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

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

border-color css

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

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

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