Html Css Color HEX #A96148 Tuscany

📋 copy color: '#A96148'

red 169 ◦ green 97 ◦ blue 72

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

Shades of Tuscany #A96148

Tints of Tuscany #A96148

RGB

 RED value IS 169 (66.41% from 255) = 50%

 GREEN value IS 97 (38.28% from 255) = 28.7%

 BLUE value IS 72 (28.52% from 255) = 21.3%

R = 50%
G = 28.7%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A96148 (or 0xA96148) is known color: Tuscany. HEX triplet: A9, 61 and 48. RGB value is (169,97,72). Sum of RGB (Red+Green+Blue) = 169+97+72=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A96148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96148 is #569EB7. Grayscale: #737373. Windows color (decimal): -5676728 or 4743593. OLE color: 4743593.

HSL color Cylindrical-coordinate representation of color #A96148: hue angle of 15.46º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A96148 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 97 72 -
CMYK 0 0.43 0.57 0.34
HSL 15.46º 0.4% 0.47% -
HSV(B) 15.46º 0.57% 0.66% -
XYZ 21.81 17.45 8.35 -
YUV 115.68 103.35 166.03 -
System Red Green Blue C M Y K H S L
Decimal 169 97 72 0 0.43 0.57 0.34 15.46 0.4 0.47
Hex A9 61 48 0 2B 39 22 F 28 2F
Octal 251 141 110 0 53 71 42 17 50 57
Binary 10101001 1100001 1001000 0 101011 111001 100010 1111 101000 101111

Color Harmonies of #A96148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96148

Black with #A96148

Text Example


Text Example

White with #A96148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96148; }

 p { color: rgb(169,97,72); }

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

background-color css

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

 a { background-color: rgb(169,97,72); }

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

border-color css

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

 span { border-color: rgb(169,97,72); }

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