Html Css Color HEX #A6AC78 Locust

📋 copy color: '#A6AC78'

red 166 ◦ green 172 ◦ blue 120

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

Shades of Locust #A6AC78

Tints of Locust #A6AC78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.2%

R = 36.24%
G = 37.55%
B = 26.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#A6AC78 (or 0xA6AC78) is known color: Locust. HEX triplet: A6, AC and 78. RGB value is (166,172,120). Sum of RGB (Red+Green+Blue) = 166+172+120=458 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.24% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 120 (47.27% from 255 or 26.20% from 458); Max value from RGB is 172 - color contains mainly: green. Hex color #A6AC78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AC78 is #595387. Grayscale: #A4A4A4. Windows color (decimal): -5854088 or 7908518. OLE color: 7908518.

HSL color Cylindrical-coordinate representation of color #A6AC78: hue angle of 66.92º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6AC78 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 172 120 -
CMYK 0.03 0 0.30 0.33
HSL 66.92º 0.24% 0.57% -
HSV(B) 66.92º 0.3% 0.67% -
XYZ 33.87 38.97 23.51 -
YUV 164.28 103.01 129.23 -
System Red Green Blue C M Y K H S L
Decimal 166 172 120 0.03 0 0.30 0.33 66.92 0.24 0.57
Hex A6 AC 78 3 0 1E 21 43 18 39
Octal 246 254 170 3 0 36 41 103 30 71
Binary 10100110 10101100 1111000 11 0 11110 100001 1000011 11000 111001

Color Harmonies of #A6AC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AC78

Black with #A6AC78

Text Example


Text Example

White with #A6AC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AC78; }

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

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

background-color css

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

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

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

border-color css

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

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

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