Html Css Color HEX #A95C42 Tuscany

📋 copy color: '#A95C42'

red 169 ◦ green 92 ◦ blue 66

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

Shades of Tuscany #A95C42

Tints of Tuscany #A95C42

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.13%

 BLUE value IS 66 (26.17% from 255) = 20.18%

R = 51.68%
G = 28.13%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A95C42 (or 0xA95C42) is known color: Tuscany. HEX triplet: A9, 5C and 42. RGB value is (169,92,66). Sum of RGB (Red+Green+Blue) = 169+92+66=327 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.68% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 169 - color contains mainly: red. Hex color #A95C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95C42 is #56A3BD. Grayscale: #707070. Windows color (decimal): -5678014 or 4349097. OLE color: 4349097.

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

Color convert

RGB 169 92 66 -
CMYK 0 0.46 0.61 0.34
HSL 15.15º 0.44% 0.46% -
HSV(B) 15.15º 0.61% 0.66% -
XYZ 21.17 16.48 7.22 -
YUV 112.06 102.01 168.61 -
System Red Green Blue C M Y K H S L
Decimal 169 92 66 0 0.46 0.61 0.34 15.15 0.44 0.46
Hex A9 5C 42 0 2E 3D 22 F 2C 2E
Octal 251 134 102 0 56 75 42 17 54 56
Binary 10101001 1011100 1000010 0 101110 111101 100010 1111 101100 101110

Color Harmonies of #A95C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95C42

Black with #A95C42

Text Example


Text Example

White with #A95C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95C42; }

 p { color: rgb(169,92,66); }

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

background-color css

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

 a { background-color: rgb(169,92,66); }

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

border-color css

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

 span { border-color: rgb(169,92,66); }

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