Html Css Color HEX #A5976F Tallow

📋 copy color: '#A5976F'

red 165 ◦ green 151 ◦ blue 111

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

Shades of Tallow #A5976F

Tints of Tallow #A5976F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.36%

 BLUE value IS 111 (43.75% from 255) = 26%

R = 38.64%
G = 35.36%
B = 26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5976F (or 0xA5976F) is known color: Tallow. HEX triplet: A5, 97 and 6F. RGB value is (165,151,111). Sum of RGB (Red+Green+Blue) = 165+151+111=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 165 - color contains mainly: red. Hex color #A5976F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5976F is #5A6890. Grayscale: #969696. Windows color (decimal): -5925009 or 7313317. OLE color: 7313317.

HSL color Cylindrical-coordinate representation of color #A5976F: hue angle of 44.44º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5976F is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 151 111 -
CMYK 0 0.08 0.33 0.35
HSL 44.44º 0.23% 0.54% -
HSV(B) 44.44º 0.33% 0.65% -
XYZ 29.45 31.28 19.52 -
YUV 150.63 105.64 138.25 -
System Red Green Blue C M Y K H S L
Decimal 165 151 111 0 0.08 0.33 0.35 44.44 0.23 0.54
Hex A5 97 6F 0 8 21 23 2C 17 36
Octal 245 227 157 0 10 41 43 54 27 66
Binary 10100101 10010111 1101111 0 1000 100001 100011 101100 10111 110110

Color Harmonies of #A5976F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5976F

Black with #A5976F

Text Example


Text Example

White with #A5976F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5976F; }

 p { color: rgb(165,151,111); }

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

background-color css

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

 a { background-color: rgb(165,151,111); }

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

border-color css

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

 span { border-color: rgb(165,151,111); }

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