Html Css Color HEX #A8AA7F Locust

📋 copy color: '#A8AA7F'

red 168 ◦ green 170 ◦ blue 127

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

Shades of Locust #A8AA7F

Tints of Locust #A8AA7F

RGB

 RED value IS 168 (66.02% from 255) = 36.13%

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

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

R = 36.13%
G = 36.56%
B = 27.31%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#A8AA7F (or 0xA8AA7F) is known color: Locust. HEX triplet: A8, AA and 7F. RGB value is (168,170,127). Sum of RGB (Red+Green+Blue) = 168+170+127=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AA7F is #575580. Grayscale: #A4A4A4. Windows color (decimal): -5723521 or 8366760. OLE color: 8366760.

HSL color Cylindrical-coordinate representation of color #A8AA7F: hue angle of 62.79º 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 #A8AA7F is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 170 127 -
CMYK 0.01 0 0.25 0.33
HSL 62.79º 0.2% 0.58% -
HSV(B) 62.79º 0.25% 0.67% -
XYZ 34.35 38.61 25.72 -
YUV 164.5 106.84 130.5 -
System Red Green Blue C M Y K H S L
Decimal 168 170 127 0.01 0 0.25 0.33 62.79 0.2 0.58
Hex A8 AA 7F 1 0 19 21 3F 14 3A
Octal 250 252 177 1 0 31 41 77 24 72
Binary 10101000 10101010 1111111 1 0 11001 100001 111111 10100 111010

Color Harmonies of #A8AA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AA7F

Black with #A8AA7F

Text Example


Text Example

White with #A8AA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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