Html Css Color HEX #A6A971 Locust

📋 copy color: '#A6A971'

red 166 ◦ green 169 ◦ blue 113

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

Shades of Locust #A6A971

Tints of Locust #A6A971

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.72%

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

R = 37.05%
G = 37.72%
B = 25.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A6A971 (or 0xA6A971) is known color: Locust. HEX triplet: A6, A9 and 71. RGB value is (166,169,113). Sum of RGB (Red+Green+Blue) = 166+169+113=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 169 - color contains mainly: green. Hex color #A6A971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A971 is #59568E. Grayscale: #A1A1A1. Windows color (decimal): -5854863 or 7448998. OLE color: 7448998.

HSL color Cylindrical-coordinate representation of color #A6A971: hue angle of 63.21º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6A971 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 166 169 113 -
CMYK 0.02 0 0.33 0.34
HSL 63.21º 0.25% 0.55% -
HSV(B) 63.21º 0.33% 0.66% -
XYZ 32.89 37.68 21.16 -
YUV 161.72 100.51 131.05 -
System Red Green Blue C M Y K H S L
Decimal 166 169 113 0.02 0 0.33 0.34 63.21 0.25 0.55
Hex A6 A9 71 2 0 21 22 3F 19 37
Octal 246 251 161 2 0 41 42 77 31 67
Binary 10100110 10101001 1110001 10 0 100001 100010 111111 11001 110111

Color Harmonies of #A6A971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A971

Black with #A6A971

Text Example


Text Example

White with #A6A971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A971; }

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

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

background-color css

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

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

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

border-color css

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

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

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