Html Css Color HEX #A59945 Husk

📋 copy color: '#A59945'

red 165 ◦ green 153 ◦ blue 69

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

Shades of Husk #A59945

Tints of Husk #A59945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.83%

R = 42.64%
G = 39.53%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A59945 (or 0xA59945) is known color: Husk. HEX triplet: A5, 99 and 45. RGB value is (165,153,69). Sum of RGB (Red+Green+Blue) = 165+153+69=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A59945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59945 is #5A66BA. Grayscale: #939393. Windows color (decimal): -5924539 or 4561317. OLE color: 4561317.

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

Color convert

RGB 165 153 69 -
CMYK 0 0.07 0.58 0.35
HSL 52.5º 0.41% 0.46% -
HSV(B) 52.5º 0.58% 0.65% -
XYZ 27.98 31.21 10.18 -
YUV 147.01 83.98 140.83 -
System Red Green Blue C M Y K H S L
Decimal 165 153 69 0 0.07 0.58 0.35 52.5 0.41 0.46
Hex A5 99 45 0 7 3A 23 34 29 2E
Octal 245 231 105 0 7 72 43 64 51 56
Binary 10100101 10011001 1000101 0 111 111010 100011 110100 101001 101110

Color Harmonies of #A59945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59945

Black with #A59945

Text Example


Text Example

White with #A59945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59945; }

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

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

background-color css

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

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

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

border-color css

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

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

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