Html Css Color HEX #A8AC7E Locust

📋 copy color: '#A8AC7E'

red 168 ◦ green 172 ◦ blue 126

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

Shades of Locust #A8AC7E

Tints of Locust #A8AC7E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.91%

 BLUE value IS 126 (49.61% from 255) = 27.04%

R = 36.05%
G = 36.91%
B = 27.04%

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

#A8AC7E (or 0xA8AC7E) is known color: Locust. HEX triplet: A8, AC and 7E. RGB value is (168,172,126). Sum of RGB (Red+Green+Blue) = 168+172+126=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8AC7E is #575381. Grayscale: #A5A5A5. Windows color (decimal): -5723010 or 8301736. OLE color: 8301736.

HSL color Cylindrical-coordinate representation of color #A8AC7E: hue angle of 65.22º degrees, saturation: 0.22, 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 #A8AC7E is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 172 126 -
CMYK 0.02 0 0.27 0.33
HSL 65.22º 0.22% 0.58% -
HSV(B) 65.22º 0.27% 0.67% -
XYZ 34.67 39.34 25.5 -
YUV 165.56 105.67 129.74 -
System Red Green Blue C M Y K H S L
Decimal 168 172 126 0.02 0 0.27 0.33 65.22 0.22 0.58
Hex A8 AC 7E 2 0 1B 21 41 16 3A
Octal 250 254 176 2 0 33 41 101 26 72
Binary 10101000 10101100 1111110 10 0 11011 100001 1000001 10110 111010

Color Harmonies of #A8AC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AC7E

Black with #A8AC7E

Text Example


Text Example

White with #A8AC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AC7E; }

 p { color: rgb(168,172,126); }

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

background-color css

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

 a { background-color: rgb(168,172,126); }

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

border-color css

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

 span { border-color: rgb(168,172,126); }

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