Html Css Color HEX #A95A40 Tuscany

📋 copy color: '#A95A40'

red 169 ◦ green 90 ◦ blue 64

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

Shades of Tuscany #A95A40

Tints of Tuscany #A95A40

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.86%

 BLUE value IS 64 (25.39% from 255) = 19.81%

R = 52.32%
G = 27.86%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A95A40 (or 0xA95A40) is known color: Tuscany. HEX triplet: A9, 5A and 40. RGB value is (169,90,64). Sum of RGB (Red+Green+Blue) = 169+90+64=323 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.32% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95A40 is #56A5BF. Grayscale: #6E6E6E. Windows color (decimal): -5678528 or 4217513. OLE color: 4217513.

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

Color convert

RGB 169 90 64 -
CMYK 0 0.47 0.62 0.34
HSL 14.86º 0.45% 0.46% -
HSV(B) 14.86º 0.62% 0.66% -
XYZ 20.94 16.12 6.86 -
YUV 110.66 101.67 169.61 -
System Red Green Blue C M Y K H S L
Decimal 169 90 64 0 0.47 0.62 0.34 14.86 0.45 0.46
Hex A9 5A 40 0 2F 3E 22 F 2D 2E
Octal 251 132 100 0 57 76 42 17 55 56
Binary 10101001 1011010 1000000 0 101111 111110 100010 1111 101101 101110

Color Harmonies of #A95A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95A40

Black with #A95A40

Text Example


Text Example

White with #A95A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95A40; }

 p { color: rgb(169,90,64); }

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

background-color css

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

 a { background-color: rgb(169,90,64); }

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

border-color css

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

 span { border-color: rgb(169,90,64); }

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