Html Css Color HEX #A69355 Husk

📋 copy color: '#A69355'

red 166 ◦ green 147 ◦ blue 85

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

Shades of Husk #A69355

Tints of Husk #A69355

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.93%

 BLUE value IS 85 (33.59% from 255) = 21.36%

R = 41.71%
G = 36.93%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A69355 (or 0xA69355) is known color: Husk. HEX triplet: A6, 93 and 55. RGB value is (166,147,85). Sum of RGB (Red+Green+Blue) = 166+147+85=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A69355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69355 is #596CAA. Grayscale: #919191. Windows color (decimal): -5860523 or 5608358. OLE color: 5608358.

HSL color Cylindrical-coordinate representation of color #A69355: hue angle of 45.93º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A69355 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 147 85 -
CMYK 0 0.11 0.49 0.35
HSL 45.93º 0.32% 0.49% -
HSV(B) 45.93º 0.49% 0.65% -
XYZ 27.8 29.63 12.85 -
YUV 145.61 93.79 142.54 -
System Red Green Blue C M Y K H S L
Decimal 166 147 85 0 0.11 0.49 0.35 45.93 0.32 0.49
Hex A6 93 55 0 B 31 23 2E 20 31
Octal 246 223 125 0 13 61 43 56 40 61
Binary 10100110 10010011 1010101 0 1011 110001 100011 101110 100000 110001

Color Harmonies of #A69355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69355

Black with #A69355

Text Example


Text Example

White with #A69355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69355; }

 p { color: rgb(166,147,85); }

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

background-color css

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

 a { background-color: rgb(166,147,85); }

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

border-color css

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

 span { border-color: rgb(166,147,85); }

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