Html Css Color HEX #A6A571 Locust

📋 copy color: '#A6A571'

red 166 ◦ green 165 ◦ blue 113

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

Shades of Locust #A6A571

Tints of Locust #A6A571

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.16%

 BLUE value IS 113 (44.53% from 255) = 25.45%

R = 37.39%
G = 37.16%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A6A571 (or 0xA6A571) is known color: Locust. HEX triplet: A6, A5 and 71. RGB value is (166,165,113). Sum of RGB (Red+Green+Blue) = 166+165+113=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A571 is #595A8E. Grayscale: #9F9F9F. Windows color (decimal): -5855887 or 7447974. OLE color: 7447974.

HSL color Cylindrical-coordinate representation of color #A6A571: hue angle of 58.87º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6A571 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 165 113 -
CMYK 0 0.01 0.32 0.35
HSL 58.87º 0.23% 0.55% -
HSV(B) 58.87º 0.32% 0.65% -
XYZ 32.16 36.21 20.92 -
YUV 159.37 101.83 132.73 -
System Red Green Blue C M Y K H S L
Decimal 166 165 113 0 0.01 0.32 0.35 58.87 0.23 0.55
Hex A6 A5 71 0 1 20 23 3B 17 37
Octal 246 245 161 0 1 40 43 73 27 67
Binary 10100110 10100101 1110001 0 1 100000 100011 111011 10111 110111

Color Harmonies of #A6A571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A571

Black with #A6A571

Text Example


Text Example

White with #A6A571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A571; }

 p { color: rgb(166,165,113); }

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

background-color css

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

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

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

border-color css

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

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

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