Html Css Color HEX #A59974 Tallow

📋 copy color: '#A59974'

red 165 ◦ green 153 ◦ blue 116

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

Shades of Tallow #A59974

Tints of Tallow #A59974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.73%

R = 38.02%
G = 35.25%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A59974 (or 0xA59974) is known color: Tallow. HEX triplet: A5, 99 and 74. RGB value is (165,153,116). Sum of RGB (Red+Green+Blue) = 165+153+116=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 165 - color contains mainly: red. Hex color #A59974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59974 is #5A668B. Grayscale: #989898. Windows color (decimal): -5924492 or 7641509. OLE color: 7641509.

HSL color Cylindrical-coordinate representation of color #A59974: hue angle of 45.31º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A59974 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 153 116 -
CMYK 0 0.07 0.30 0.35
HSL 45.31º 0.21% 0.55% -
HSV(B) 45.31º 0.3% 0.65% -
XYZ 30.06 32.04 21.12 -
YUV 152.37 107.48 137.01 -
System Red Green Blue C M Y K H S L
Decimal 165 153 116 0 0.07 0.30 0.35 45.31 0.21 0.55
Hex A5 99 74 0 7 1E 23 2D 15 37
Octal 245 231 164 0 7 36 43 55 25 67
Binary 10100101 10011001 1110100 0 111 11110 100011 101101 10101 110111

Color Harmonies of #A59974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59974

Black with #A59974

Text Example


Text Example

White with #A59974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59974; }

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

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

background-color css

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

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

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

border-color css

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

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

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