Html Css Color HEX #A69550 Husk

📋 copy color: '#A69550'

red 166 ◦ green 149 ◦ blue 80

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

Shades of Husk #A69550

Tints of Husk #A69550

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.72%

 BLUE value IS 80 (31.64% from 255) = 20.25%

R = 42.03%
G = 37.72%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A69550 (or 0xA69550) is known color: Husk. HEX triplet: A6, 95 and 50. RGB value is (166,149,80). Sum of RGB (Red+Green+Blue) = 166+149+80=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A69550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69550 is #596AAF. Grayscale: #929292. Windows color (decimal): -5860016 or 5281190. OLE color: 5281190.

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

Color convert

RGB 166 149 80 -
CMYK 0 0.10 0.52 0.35
HSL 48.14º 0.35% 0.48% -
HSV(B) 48.14º 0.52% 0.65% -
XYZ 27.92 30.18 11.94 -
YUV 146.22 90.63 142.11 -
System Red Green Blue C M Y K H S L
Decimal 166 149 80 0 0.10 0.52 0.35 48.14 0.35 0.48
Hex A6 95 50 0 A 34 23 30 23 30
Octal 246 225 120 0 12 64 43 60 43 60
Binary 10100110 10010101 1010000 0 1010 110100 100011 110000 100011 110000

Color Harmonies of #A69550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69550

Black with #A69550

Text Example


Text Example

White with #A69550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69550; }

 p { color: rgb(166,149,80); }

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

background-color css

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

 a { background-color: rgb(166,149,80); }

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

border-color css

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

 span { border-color: rgb(166,149,80); }

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