Html Css Color HEX #A59948 Husk

📋 copy color: '#A59948'

red 165 ◦ green 153 ◦ blue 72

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

Shades of Husk #A59948

Tints of Husk #A59948

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.23%

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

R = 42.31%
G = 39.23%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A59948 (or 0xA59948) is known color: Husk. HEX triplet: A5, 99 and 48. RGB value is (165,153,72). Sum of RGB (Red+Green+Blue) = 165+153+72=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 165 - color contains mainly: red. Hex color #A59948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59948 is #5A66B7. Grayscale: #939393. Windows color (decimal): -5924536 or 4757925. OLE color: 4757925.

HSL color Cylindrical-coordinate representation of color #A59948: hue angle of 52.26º 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 #A59948 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 153 72 -
CMYK 0 0.07 0.56 0.35
HSL 52.26º 0.39% 0.46% -
HSV(B) 52.26º 0.56% 0.65% -
XYZ 28.08 31.25 10.68 -
YUV 147.35 85.48 140.59 -
System Red Green Blue C M Y K H S L
Decimal 165 153 72 0 0.07 0.56 0.35 52.26 0.39 0.46
Hex A5 99 48 0 7 38 23 34 27 2E
Octal 245 231 110 0 7 70 43 64 47 56
Binary 10100101 10011001 1001000 0 111 111000 100011 110100 100111 101110

Color Harmonies of #A59948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59948

Black with #A59948

Text Example


Text Example

White with #A59948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59948; }

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

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

background-color css

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

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

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

border-color css

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

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

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