Html Css Color HEX #A95C3F Tuscany

📋 copy color: '#A95C3F'

red 169 ◦ green 92 ◦ blue 63

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

Shades of Tuscany #A95C3F

Tints of Tuscany #A95C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.44%

R = 52.16%
G = 28.4%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A95C3F (or 0xA95C3F) is known color: Tuscany. HEX triplet: A9, 5C and 3F. RGB value is (169,92,63). Sum of RGB (Red+Green+Blue) = 169+92+63=324 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.16% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 169 - color contains mainly: red. Hex color #A95C3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95C3F is #56A3C0. Grayscale: #6F6F6F. Windows color (decimal): -5678017 or 4152489. OLE color: 4152489.

HSL color Cylindrical-coordinate representation of color #A95C3F: hue angle of 16.42º 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 #A95C3F is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 92 63 -
CMYK 0 0.46 0.63 0.34
HSL 16.42º 0.46% 0.45% -
HSV(B) 16.42º 0.63% 0.66% -
XYZ 21.09 16.45 6.77 -
YUV 111.72 100.51 168.86 -
System Red Green Blue C M Y K H S L
Decimal 169 92 63 0 0.46 0.63 0.34 16.42 0.46 0.45
Hex A9 5C 3F 0 2E 3F 22 10 2E 2D
Octal 251 134 77 0 56 77 42 20 56 55
Binary 10101001 1011100 111111 0 101110 111111 100010 10000 101110 101101

Color Harmonies of #A95C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95C3F

Black with #A95C3F

Text Example


Text Example

White with #A95C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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