Html Css Color HEX #A6A688 Locust

📋 copy color: '#A6A688'

red 166 ◦ green 166 ◦ blue 136

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

Shades of Locust #A6A688

Tints of Locust #A6A688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.06%

R = 35.47%
G = 35.47%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A6A688 (or 0xA6A688) is known color: Locust. HEX triplet: A6, A6 and 88. RGB value is (166,166,136). Sum of RGB (Red+Green+Blue) = 166+166+136=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A688 is #595977. Grayscale: #A2A2A2. Windows color (decimal): -5855608 or 8955558. OLE color: 8955558.

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

Color convert

RGB 166 166 136 -
CMYK 0 0 0.18 0.35
HSL 60º 0.14% 0.59% -
HSV(B) 60º 0.18% 0.65% -
XYZ 33.81 37.16 28.68 -
YUV 162.58 113 130.44 -
System Red Green Blue C M Y K H S L
Decimal 166 166 136 0 0 0.18 0.35 60 0.14 0.59
Hex A6 A6 88 0 0 12 23 3C E 3B
Octal 246 246 210 0 0 22 43 74 16 73
Binary 10100110 10100110 10001000 0 0 10010 100011 111100 1110 111011

Color Harmonies of #A6A688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A688

Black with #A6A688

Text Example


Text Example

White with #A6A688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A688; }

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

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

background-color css

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

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

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

border-color css

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

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

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