Html Css Color HEX #A5997A Tallow

📋 copy color: '#A5997A'

red 165 ◦ green 153 ◦ blue 122

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

Shades of Tallow #A5997A

Tints of Tallow #A5997A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.73%

R = 37.5%
G = 34.77%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A5997A (or 0xA5997A) is known color: Tallow. HEX triplet: A5, 99 and 7A. RGB value is (165,153,122). Sum of RGB (Red+Green+Blue) = 165+153+122=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 165 - color contains mainly: red. Hex color #A5997A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5997A is #5A6685. Grayscale: #999999. Windows color (decimal): -5924486 or 8034725. OLE color: 8034725.

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

Color convert

RGB 165 153 122 -
CMYK 0 0.07 0.26 0.35
HSL 43.26º 0.19% 0.56% -
HSV(B) 43.26º 0.26% 0.65% -
XYZ 30.42 32.19 23.02 -
YUV 153.05 110.48 136.52 -
System Red Green Blue C M Y K H S L
Decimal 165 153 122 0 0.07 0.26 0.35 43.26 0.19 0.56
Hex A5 99 7A 0 7 1A 23 2B 13 38
Octal 245 231 172 0 7 32 43 53 23 70
Binary 10100101 10011001 1111010 0 111 11010 100011 101011 10011 111000

Color Harmonies of #A5997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5997A

Black with #A5997A

Text Example


Text Example

White with #A5997A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5997A; }

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

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

background-color css

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

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

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

border-color css

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

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

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