Html Css Color HEX #A6A973 Locust

📋 copy color: '#A6A973'

red 166 ◦ green 169 ◦ blue 115

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

Shades of Locust #A6A973

Tints of Locust #A6A973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.56%

R = 36.89%
G = 37.56%
B = 25.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A6A973 (or 0xA6A973) is known color: Locust. HEX triplet: A6, A9 and 73. RGB value is (166,169,115). Sum of RGB (Red+Green+Blue) = 166+169+115=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 169 (66.41% from 255 or 37.56% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 169 - color contains mainly: green. Hex color #A6A973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A973 is #59568C. Grayscale: #A2A2A2. Windows color (decimal): -5854861 or 7580070. OLE color: 7580070.

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

Color convert

RGB 166 169 115 -
CMYK 0.02 0 0.32 0.34
HSL 63.33º 0.24% 0.56% -
HSV(B) 63.33º 0.32% 0.66% -
XYZ 33.01 37.72 21.76 -
YUV 161.95 101.51 130.89 -
System Red Green Blue C M Y K H S L
Decimal 166 169 115 0.02 0 0.32 0.34 63.33 0.24 0.56
Hex A6 A9 73 2 0 20 22 3F 18 38
Octal 246 251 163 2 0 40 42 77 30 70
Binary 10100110 10101001 1110011 10 0 100000 100010 111111 11000 111000

Color Harmonies of #A6A973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A973

Black with #A6A973

Text Example


Text Example

White with #A6A973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A973; }

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

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

background-color css

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

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

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

border-color css

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

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

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