Html Css Color HEX #A6A157 Husk

📋 copy color: '#A6A157'

red 166 ◦ green 161 ◦ blue 87

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

Shades of Husk #A6A157

Tints of Husk #A6A157

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.89%

 BLUE value IS 87 (34.38% from 255) = 21.01%

R = 40.1%
G = 38.89%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A6A157 (or 0xA6A157) is known color: Husk. HEX triplet: A6, A1 and 57. RGB value is (166,161,87). Sum of RGB (Red+Green+Blue) = 166+161+87=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 87 (34.38% from 255 or 21.01% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A157 is #595EA8. Grayscale: #9A9A9A. Windows color (decimal): -5856937 or 5743014. OLE color: 5743014.

HSL color Cylindrical-coordinate representation of color #A6A157: hue angle of 56.2º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A6A157 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 161 87 -
CMYK 0 0.03 0.48 0.35
HSL 56.2º 0.31% 0.5% -
HSV(B) 56.2º 0.48% 0.65% -
XYZ 30.19 34.28 14.04 -
YUV 154.06 90.16 136.52 -
System Red Green Blue C M Y K H S L
Decimal 166 161 87 0 0.03 0.48 0.35 56.2 0.31 0.5
Hex A6 A1 57 0 3 30 23 38 1F 32
Octal 246 241 127 0 3 60 43 70 37 62
Binary 10100110 10100001 1010111 0 11 110000 100011 111000 11111 110010

Color Harmonies of #A6A157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A157

Black with #A6A157

Text Example


Text Example

White with #A6A157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A157; }

 p { color: rgb(166,161,87); }

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

background-color css

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

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

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

border-color css

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

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

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