Html Css Color HEX #A8AE7F Locust

📋 copy color: '#A8AE7F'

red 168 ◦ green 174 ◦ blue 127

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

Shades of Locust #A8AE7F

Tints of Locust #A8AE7F

RGB

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

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

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

R = 35.82%
G = 37.1%
B = 27.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#A8AE7F (or 0xA8AE7F) is known color: Locust. HEX triplet: A8, AE and 7F. RGB value is (168,174,127). Sum of RGB (Red+Green+Blue) = 168+174+127=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AE7F is #575180. Grayscale: #A7A7A7. Windows color (decimal): -5722497 or 8367784. OLE color: 8367784.

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

Color convert

RGB 168 174 127 -
CMYK 0.03 0 0.27 0.32
HSL 67.66º 0.22% 0.59% -
HSV(B) 67.66º 0.27% 0.68% -
XYZ 35.12 40.13 25.97 -
YUV 166.85 105.51 128.82 -
System Red Green Blue C M Y K H S L
Decimal 168 174 127 0.03 0 0.27 0.32 67.66 0.22 0.59
Hex A8 AE 7F 3 0 1B 20 44 16 3B
Octal 250 256 177 3 0 33 40 104 26 73
Binary 10101000 10101110 1111111 11 0 11011 100000 1000100 10110 111011

Color Harmonies of #A8AE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AE7F

Black with #A8AE7F

Text Example


Text Example

White with #A8AE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AE7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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