Html Css Color HEX #A4AA7F Locust

📋 copy color: '#A4AA7F'

red 164 ◦ green 170 ◦ blue 127

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

Shades of Locust #A4AA7F

Tints of Locust #A4AA7F

RGB

 RED value IS 164 (64.45% from 255) = 35.57%

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

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

R = 35.57%
G = 36.88%
B = 27.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#A4AA7F (or 0xA4AA7F) is known color: Locust. HEX triplet: A4, AA and 7F. RGB value is (164,170,127). Sum of RGB (Red+Green+Blue) = 164+170+127=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4AA7F is #5B5580. Grayscale: #A3A3A3. Windows color (decimal): -5985665 or 8366756. OLE color: 8366756.

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

Color convert

RGB 164 170 127 -
CMYK 0.04 0 0.25 0.33
HSL 68.37º 0.2% 0.58% -
HSV(B) 68.37º 0.25% 0.67% -
XYZ 33.52 38.17 25.68 -
YUV 163.3 107.51 128.5 -
System Red Green Blue C M Y K H S L
Decimal 164 170 127 0.04 0 0.25 0.33 68.37 0.2 0.58
Hex A4 AA 7F 4 0 19 21 44 14 3A
Octal 244 252 177 4 0 31 41 104 24 72
Binary 10100100 10101010 1111111 100 0 11001 100001 1000100 10100 111010

Color Harmonies of #A4AA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AA7F

Black with #A4AA7F

Text Example


Text Example

White with #A4AA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AA7F; }

 p { color: rgb(164,170,127); }

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

background-color css

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

 a { background-color: rgb(164,170,127); }

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

border-color css

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

 span { border-color: rgb(164,170,127); }

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