Html Css Color HEX #A59F72 Tallow

📋 copy color: '#A59F72'

red 165 ◦ green 159 ◦ blue 114

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

Shades of Tallow #A59F72

Tints of Tallow #A59F72

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.3%

 BLUE value IS 114 (44.92% from 255) = 26.03%

R = 37.67%
G = 36.3%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A59F72 (or 0xA59F72) is known color: Tallow. HEX triplet: A5, 9F and 72. RGB value is (165,159,114). Sum of RGB (Red+Green+Blue) = 165+159+114=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 114 (44.92% from 255 or 26.03% from 438); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59F72 is #5A608D. Grayscale: #9B9B9B. Windows color (decimal): -5922958 or 7511973. OLE color: 7511973.

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

Color convert

RGB 165 159 114 -
CMYK 0 0.04 0.31 0.35
HSL 52.94º 0.22% 0.55% -
HSV(B) 52.94º 0.31% 0.65% -
XYZ 30.95 34.01 20.85 -
YUV 155.66 104.49 134.66 -
System Red Green Blue C M Y K H S L
Decimal 165 159 114 0 0.04 0.31 0.35 52.94 0.22 0.55
Hex A5 9F 72 0 4 1F 23 35 16 37
Octal 245 237 162 0 4 37 43 65 26 67
Binary 10100101 10011111 1110010 0 100 11111 100011 110101 10110 110111

Color Harmonies of #A59F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59F72

Black with #A59F72

Text Example


Text Example

White with #A59F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59F72; }

 p { color: rgb(165,159,114); }

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

background-color css

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

 a { background-color: rgb(165,159,114); }

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

border-color css

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

 span { border-color: rgb(165,159,114); }

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