Html Css Color HEX #A5994F Husk

📋 copy color: '#A5994F'

red 165 ◦ green 153 ◦ blue 79

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

Shades of Husk #A5994F

Tints of Husk #A5994F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.9%

R = 41.56%
G = 38.54%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A5994F (or 0xA5994F) is known color: Husk. HEX triplet: A5, 99 and 4F. RGB value is (165,153,79). Sum of RGB (Red+Green+Blue) = 165+153+79=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 79 (31.25% from 255 or 19.90% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A5994F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5994F is #5A66B0. Grayscale: #949494. Windows color (decimal): -5924529 or 5216677. OLE color: 5216677.

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

Color convert

RGB 165 153 79 -
CMYK 0 0.07 0.52 0.35
HSL 51.63º 0.35% 0.48% -
HSV(B) 51.63º 0.52% 0.65% -
XYZ 28.32 31.35 11.95 -
YUV 148.15 88.98 140.02 -
System Red Green Blue C M Y K H S L
Decimal 165 153 79 0 0.07 0.52 0.35 51.63 0.35 0.48
Hex A5 99 4F 0 7 34 23 34 23 30
Octal 245 231 117 0 7 64 43 64 43 60
Binary 10100101 10011001 1001111 0 111 110100 100011 110100 100011 110000

Color Harmonies of #A5994F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5994F

Black with #A5994F

Text Example


Text Example

White with #A5994F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5994F; }

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

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

background-color css

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

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

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

border-color css

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

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

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