Html Css Color HEX #A6964B Husk

📋 copy color: '#A6964B'

red 166 ◦ green 150 ◦ blue 75

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

Shades of Husk #A6964B

Tints of Husk #A6964B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.18%

R = 42.46%
G = 38.36%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A6964B (or 0xA6964B) is known color: Husk. HEX triplet: A6, 96 and 4B. RGB value is (166,150,75). Sum of RGB (Red+Green+Blue) = 166+150+75=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A6964B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6964B is #5969B4. Grayscale: #929292. Windows color (decimal): -5859765 or 4953766. OLE color: 4953766.

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

Color convert

RGB 166 150 75 -
CMYK 0 0.10 0.55 0.35
HSL 49.45º 0.38% 0.47% -
HSV(B) 49.45º 0.55% 0.65% -
XYZ 27.9 30.43 11.06 -
YUV 146.23 87.8 142.1 -
System Red Green Blue C M Y K H S L
Decimal 166 150 75 0 0.10 0.55 0.35 49.45 0.38 0.47
Hex A6 96 4B 0 A 37 23 31 26 2F
Octal 246 226 113 0 12 67 43 61 46 57
Binary 10100110 10010110 1001011 0 1010 110111 100011 110001 100110 101111

Color Harmonies of #A6964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6964B

Black with #A6964B

Text Example


Text Example

White with #A6964B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6964B; }

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

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

background-color css

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

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

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

border-color css

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

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

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