Html Css Color HEX #A95D3E Tuscany

📋 copy color: '#A95D3E'

red 169 ◦ green 93 ◦ blue 62

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

Shades of Tuscany #A95D3E

Tints of Tuscany #A95D3E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.7%

 BLUE value IS 62 (24.61% from 255) = 19.14%

R = 52.16%
G = 28.7%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A95D3E (or 0xA95D3E) is known color: Tuscany. HEX triplet: A9, 5D and 3E. RGB value is (169,93,62). Sum of RGB (Red+Green+Blue) = 169+93+62=324 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.16% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 169 - color contains mainly: red. Hex color #A95D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95D3E is #56A2C1. Grayscale: #707070. Windows color (decimal): -5677762 or 4087209. OLE color: 4087209.

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

Color convert

RGB 169 93 62 -
CMYK 0 0.45 0.63 0.34
HSL 17.38º 0.46% 0.45% -
HSV(B) 17.38º 0.63% 0.66% -
XYZ 21.15 16.61 6.65 -
YUV 112.19 99.68 168.52 -
System Red Green Blue C M Y K H S L
Decimal 169 93 62 0 0.45 0.63 0.34 17.38 0.46 0.45
Hex A9 5D 3E 0 2D 3F 22 11 2E 2D
Octal 251 135 76 0 55 77 42 21 56 55
Binary 10101001 1011101 111110 0 101101 111111 100010 10001 101110 101101

Color Harmonies of #A95D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95D3E

Black with #A95D3E

Text Example


Text Example

White with #A95D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95D3E; }

 p { color: rgb(169,93,62); }

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

background-color css

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

 a { background-color: rgb(169,93,62); }

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

border-color css

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

 span { border-color: rgb(169,93,62); }

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