Html Css Color HEX #A5997C Tallow

📋 copy color: '#A5997C'

red 165 ◦ green 153 ◦ blue 124

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

Shades of Tallow #A5997C

Tints of Tallow #A5997C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.05%

R = 37.33%
G = 34.62%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5997C (or 0xA5997C) is known color: Tallow. HEX triplet: A5, 99 and 7C. RGB value is (165,153,124). Sum of RGB (Red+Green+Blue) = 165+153+124=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 165 - color contains mainly: red. Hex color #A5997C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5997C is #5A6683. Grayscale: #999999. Windows color (decimal): -5924484 or 8165797. OLE color: 8165797.

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

Color convert

RGB 165 153 124 -
CMYK 0 0.07 0.25 0.35
HSL 42.44º 0.19% 0.57% -
HSV(B) 42.44º 0.25% 0.65% -
XYZ 30.55 32.24 23.68 -
YUV 153.28 111.48 136.36 -
System Red Green Blue C M Y K H S L
Decimal 165 153 124 0 0.07 0.25 0.35 42.44 0.19 0.57
Hex A5 99 7C 0 7 19 23 2A 13 39
Octal 245 231 174 0 7 31 43 52 23 71
Binary 10100101 10011001 1111100 0 111 11001 100011 101010 10011 111001

Color Harmonies of #A5997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5997C

Black with #A5997C

Text Example


Text Example

White with #A5997C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5997C; }

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

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

background-color css

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

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

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

border-color css

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

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

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