Html Css Color HEX #A59548 Husk

📋 copy color: '#A59548'

red 165 ◦ green 149 ◦ blue 72

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

Shades of Husk #A59548

Tints of Husk #A59548

RGB

 RED value IS 165 (64.84% from 255) = 42.75%

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

 BLUE value IS 72 (28.52% from 255) = 18.65%

R = 42.75%
G = 38.6%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A59548 (or 0xA59548) is known color: Husk. HEX triplet: A5, 95 and 48. RGB value is (165,149,72). Sum of RGB (Red+Green+Blue) = 165+149+72=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 165 - color contains mainly: red. Hex color #A59548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59548 is #5A6AB7. Grayscale: #919191. Windows color (decimal): -5925560 or 4756901. OLE color: 4756901.

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

Color convert

RGB 165 149 72 -
CMYK 0 0.10 0.56 0.35
HSL 49.68º 0.39% 0.46% -
HSV(B) 49.68º 0.56% 0.65% -
XYZ 27.43 29.96 10.47 -
YUV 145.01 86.8 142.26 -
System Red Green Blue C M Y K H S L
Decimal 165 149 72 0 0.10 0.56 0.35 49.68 0.39 0.46
Hex A5 95 48 0 A 38 23 32 27 2E
Octal 245 225 110 0 12 70 43 62 47 56
Binary 10100101 10010101 1001000 0 1010 111000 100011 110010 100111 101110

Color Harmonies of #A59548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59548

Black with #A59548

Text Example


Text Example

White with #A59548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59548; }

 p { color: rgb(165,149,72); }

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

background-color css

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

 a { background-color: rgb(165,149,72); }

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

border-color css

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

 span { border-color: rgb(165,149,72); }

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