Html Css Color HEX #A6A57C Locust

📋 copy color: '#A6A57C'

red 166 ◦ green 165 ◦ blue 124

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

Shades of Locust #A6A57C

Tints of Locust #A6A57C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.25%

R = 36.48%
G = 36.26%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6A57C (or 0xA6A57C) is known color: Locust. HEX triplet: A6, A5 and 7C. RGB value is (166,165,124). Sum of RGB (Red+Green+Blue) = 166+165+124=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A57C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A57C is #595A83. Grayscale: #A0A0A0. Windows color (decimal): -5855876 or 8168870. OLE color: 8168870.

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

Color convert

RGB 166 165 124 -
CMYK 0 0.01 0.25 0.35
HSL 58.57º 0.19% 0.57% -
HSV(B) 58.57º 0.25% 0.65% -
XYZ 32.82 36.47 24.38 -
YUV 160.63 107.33 131.83 -
System Red Green Blue C M Y K H S L
Decimal 166 165 124 0 0.01 0.25 0.35 58.57 0.19 0.57
Hex A6 A5 7C 0 1 19 23 3B 13 39
Octal 246 245 174 0 1 31 43 73 23 71
Binary 10100110 10100101 1111100 0 1 11001 100011 111011 10011 111001

Color Harmonies of #A6A57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A57C

Black with #A6A57C

Text Example


Text Example

White with #A6A57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A57C; }

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

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

background-color css

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

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

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

border-color css

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

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

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