Html Css Color HEX #A6A681 Locust

📋 copy color: '#A6A681'

red 166 ◦ green 166 ◦ blue 129

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

Shades of Locust #A6A681

Tints of Locust #A6A681

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.01%

 BLUE value IS 129 (50.78% from 255) = 27.98%

R = 36.01%
G = 36.01%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A6A681 (or 0xA6A681) is known color: Locust. HEX triplet: A6, A6 and 81. RGB value is (166,166,129). Sum of RGB (Red+Green+Blue) = 166+166+129=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A681 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A681 is #59597E. Grayscale: #A1A1A1. Windows color (decimal): -5855615 or 8496806. OLE color: 8496806.

HSL color Cylindrical-coordinate representation of color #A6A681: hue angle of 60º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6A681 is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 166 129 -
CMYK 0 0 0.22 0.35
HSL 60º 0.17% 0.58% -
HSV(B) 60º 0.22% 0.65% -
XYZ 33.32 36.96 26.15 -
YUV 161.78 109.5 131.01 -
System Red Green Blue C M Y K H S L
Decimal 166 166 129 0 0 0.22 0.35 60 0.17 0.58
Hex A6 A6 81 0 0 16 23 3C 11 3A
Octal 246 246 201 0 0 26 43 74 21 72
Binary 10100110 10100110 10000001 0 0 10110 100011 111100 10001 111010

Color Harmonies of #A6A681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A681

Black with #A6A681

Text Example


Text Example

White with #A6A681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A681; }

 p { color: rgb(166,166,129); }

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

background-color css

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

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

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

border-color css

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

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

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