Html Css Color HEX #A59975 Tallow

📋 copy color: '#A59975'

red 165 ◦ green 153 ◦ blue 117

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

Shades of Tallow #A59975

Tints of Tallow #A59975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.9%

R = 37.93%
G = 35.17%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A59975 (or 0xA59975) is known color: Tallow. HEX triplet: A5, 99 and 75. RGB value is (165,153,117). Sum of RGB (Red+Green+Blue) = 165+153+117=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 165 - color contains mainly: red. Hex color #A59975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59975 is #5A668A. Grayscale: #989898. Windows color (decimal): -5924491 or 7707045. OLE color: 7707045.

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

Color convert

RGB 165 153 117 -
CMYK 0 0.07 0.29 0.35
HSL 45º 0.21% 0.55% -
HSV(B) 45º 0.29% 0.65% -
XYZ 30.12 32.07 21.43 -
YUV 152.48 107.98 136.93 -
System Red Green Blue C M Y K H S L
Decimal 165 153 117 0 0.07 0.29 0.35 45 0.21 0.55
Hex A5 99 75 0 7 1D 23 2D 15 37
Octal 245 231 165 0 7 35 43 55 25 67
Binary 10100101 10011001 1110101 0 111 11101 100011 101101 10101 110111

Color Harmonies of #A59975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59975

Black with #A59975

Text Example


Text Example

White with #A59975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59975; }

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

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

background-color css

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

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

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

border-color css

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

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

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