Html Css Color HEX #A6965C Husk

📋 copy color: '#A6965C'

red 166 ◦ green 150 ◦ blue 92

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

Shades of Husk #A6965C

Tints of Husk #A6965C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.76%

 BLUE value IS 92 (36.33% from 255) = 22.55%

R = 40.69%
G = 36.76%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A6965C (or 0xA6965C) is known color: Husk. HEX triplet: A6, 96 and 5C. RGB value is (166,150,92). Sum of RGB (Red+Green+Blue) = 166+150+92=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 166 - color contains mainly: red. Hex color #A6965C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6965C is #5969A3. Grayscale: #949494. Windows color (decimal): -5859748 or 6067878. OLE color: 6067878.

HSL color Cylindrical-coordinate representation of color #A6965C: hue angle of 47.03º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6965C is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 150 92 -
CMYK 0 0.10 0.45 0.35
HSL 47.03º 0.29% 0.51% -
HSV(B) 47.03º 0.45% 0.65% -
XYZ 28.56 30.69 14.54 -
YUV 148.17 96.3 140.72 -
System Red Green Blue C M Y K H S L
Decimal 166 150 92 0 0.10 0.45 0.35 47.03 0.29 0.51
Hex A6 96 5C 0 A 2D 23 2F 1D 33
Octal 246 226 134 0 12 55 43 57 35 63
Binary 10100110 10010110 1011100 0 1010 101101 100011 101111 11101 110011

Color Harmonies of #A6965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6965C

Black with #A6965C

Text Example


Text Example

White with #A6965C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6965C; }

 p { color: rgb(166,150,92); }

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

background-color css

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

 a { background-color: rgb(166,150,92); }

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

border-color css

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

 span { border-color: rgb(166,150,92); }

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