Html Css Color HEX #A7AA7C Locust

📋 copy color: '#A7AA7C'

red 167 ◦ green 170 ◦ blue 124

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

Shades of Locust #A7AA7C

Tints of Locust #A7AA7C

RGB

 RED value IS 167 (65.63% from 255) = 36.23%

 GREEN value IS 170 (66.8% from 255) = 36.88%

 BLUE value IS 124 (48.83% from 255) = 26.9%

R = 36.23%
G = 36.88%
B = 26.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#A7AA7C (or 0xA7AA7C) is known color: Locust. HEX triplet: A7, AA and 7C. RGB value is (167,170,124). Sum of RGB (Red+Green+Blue) = 167+170+124=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7AA7C is #585583. Grayscale: #A4A4A4. Windows color (decimal): -5789060 or 8170151. OLE color: 8170151.

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

Color convert

RGB 167 170 124 -
CMYK 0.02 0 0.27 0.33
HSL 63.91º 0.21% 0.58% -
HSV(B) 63.91º 0.27% 0.67% -
XYZ 33.95 38.42 24.7 -
YUV 163.86 105.51 130.24 -
System Red Green Blue C M Y K H S L
Decimal 167 170 124 0.02 0 0.27 0.33 63.91 0.21 0.58
Hex A7 AA 7C 2 0 1B 21 40 15 3A
Octal 247 252 174 2 0 33 41 100 25 72
Binary 10100111 10101010 1111100 10 0 11011 100001 1000000 10101 111010

Color Harmonies of #A7AA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7AA7C

Black with #A7AA7C

Text Example


Text Example

White with #A7AA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7AA7C; }

 p { color: rgb(167,170,124); }

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

background-color css

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

 a { background-color: rgb(167,170,124); }

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

border-color css

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

 span { border-color: rgb(167,170,124); }

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