Html Css Color HEX #A6AD79 Locust

📋 copy color: '#A6AD79'

red 166 ◦ green 173 ◦ blue 121

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

Shades of Locust #A6AD79

Tints of Locust #A6AD79

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.61%

 BLUE value IS 121 (47.66% from 255) = 26.3%

R = 36.09%
G = 37.61%
B = 26.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#A6AD79 (or 0xA6AD79) is known color: Locust. HEX triplet: A6, AD and 79. RGB value is (166,173,121). Sum of RGB (Red+Green+Blue) = 166+173+121=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 121 (47.66% from 255 or 26.30% from 460); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6AD79 is #595286. Grayscale: #A5A5A5. Windows color (decimal): -5853831 or 7974310. OLE color: 7974310.

HSL color Cylindrical-coordinate representation of color #A6AD79: hue angle of 68.08º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6AD79 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 173 121 -
CMYK 0.04 0 0.30 0.32
HSL 68.08º 0.24% 0.58% -
HSV(B) 68.08º 0.3% 0.68% -
XYZ 34.12 39.37 23.89 -
YUV 164.98 103.18 128.73 -
System Red Green Blue C M Y K H S L
Decimal 166 173 121 0.04 0 0.30 0.32 68.08 0.24 0.58
Hex A6 AD 79 4 0 1E 20 44 18 3A
Octal 246 255 171 4 0 36 40 104 30 72
Binary 10100110 10101101 1111001 100 0 11110 100000 1000100 11000 111010

Color Harmonies of #A6AD79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AD79

Black with #A6AD79

Text Example


Text Example

White with #A6AD79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AD79; }

 p { color: rgb(166,173,121); }

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

background-color css

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

 a { background-color: rgb(166,173,121); }

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

border-color css

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

 span { border-color: rgb(166,173,121); }

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