Html Css Color HEX #A6AC7E Locust

📋 copy color: '#A6AC7E'

red 166 ◦ green 172 ◦ blue 126

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

Shades of Locust #A6AC7E

Tints of Locust #A6AC7E

RGB

 RED value IS 166 (65.23% from 255) = 35.78%

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

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

R = 35.78%
G = 37.07%
B = 27.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#A6AC7E (or 0xA6AC7E) is known color: Locust. HEX triplet: A6, AC and 7E. RGB value is (166,172,126). Sum of RGB (Red+Green+Blue) = 166+172+126=464 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.78% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 172 - color contains mainly: green. Hex color #A6AC7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AC7E is #595381. Grayscale: #A5A5A5. Windows color (decimal): -5854082 or 8301734. OLE color: 8301734.

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

Color convert

RGB 166 172 126 -
CMYK 0.03 0 0.27 0.33
HSL 67.83º 0.22% 0.58% -
HSV(B) 67.83º 0.27% 0.67% -
XYZ 34.24 39.12 25.48 -
YUV 164.96 106.01 128.74 -
System Red Green Blue C M Y K H S L
Decimal 166 172 126 0.03 0 0.27 0.33 67.83 0.22 0.58
Hex A6 AC 7E 3 0 1B 21 44 16 3A
Octal 246 254 176 3 0 33 41 104 26 72
Binary 10100110 10101100 1111110 11 0 11011 100001 1000100 10110 111010

Color Harmonies of #A6AC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AC7E

Black with #A6AC7E

Text Example


Text Example

White with #A6AC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AC7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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