Html Css Color HEX #A6914D Husk

📋 copy color: '#A6914D'

red 166 ◦ green 145 ◦ blue 77

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

Shades of Husk #A6914D

Tints of Husk #A6914D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.37%

 BLUE value IS 77 (30.47% from 255) = 19.85%

R = 42.78%
G = 37.37%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A6914D (or 0xA6914D) is known color: Husk. HEX triplet: A6, 91 and 4D. RGB value is (166,145,77). Sum of RGB (Red+Green+Blue) = 166+145+77=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A6914D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6914D is #596EB2. Grayscale: #8F8F8F. Windows color (decimal): -5861043 or 5083558. OLE color: 5083558.

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

Color convert

RGB 166 145 77 -
CMYK 0 0.13 0.54 0.35
HSL 45.84º 0.37% 0.48% -
HSV(B) 45.84º 0.54% 0.65% -
XYZ 27.19 28.89 11.17 -
YUV 143.53 90.46 144.03 -
System Red Green Blue C M Y K H S L
Decimal 166 145 77 0 0.13 0.54 0.35 45.84 0.37 0.48
Hex A6 91 4D 0 D 36 23 2E 25 30
Octal 246 221 115 0 15 66 43 56 45 60
Binary 10100110 10010001 1001101 0 1101 110110 100011 101110 100101 110000

Color Harmonies of #A6914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6914D

Black with #A6914D

Text Example


Text Example

White with #A6914D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6914D; }

 p { color: rgb(166,145,77); }

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

background-color css

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

 a { background-color: rgb(166,145,77); }

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

border-color css

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

 span { border-color: rgb(166,145,77); }

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