Html Css Color HEX #A59572 Tallow

📋 copy color: '#A59572'

red 165 ◦ green 149 ◦ blue 114

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

Shades of Tallow #A59572

Tints of Tallow #A59572

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.81%

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

R = 38.55%
G = 34.81%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A59572 (or 0xA59572) is known color: Tallow. HEX triplet: A5, 95 and 72. RGB value is (165,149,114). Sum of RGB (Red+Green+Blue) = 165+149+114=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 165 - color contains mainly: red. Hex color #A59572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59572 is #5A6A8D. Grayscale: #959595. Windows color (decimal): -5925518 or 7509413. OLE color: 7509413.

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

Color convert

RGB 165 149 114 -
CMYK 0 0.10 0.31 0.35
HSL 41.18º 0.22% 0.55% -
HSV(B) 41.18º 0.31% 0.65% -
XYZ 29.3 30.71 20.3 -
YUV 149.79 107.8 138.85 -
System Red Green Blue C M Y K H S L
Decimal 165 149 114 0 0.10 0.31 0.35 41.18 0.22 0.55
Hex A5 95 72 0 A 1F 23 29 16 37
Octal 245 225 162 0 12 37 43 51 26 67
Binary 10100101 10010101 1110010 0 1010 11111 100011 101001 10110 110111

Color Harmonies of #A59572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59572

Black with #A59572

Text Example


Text Example

White with #A59572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59572; }

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

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

background-color css

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

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

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

border-color css

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

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

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