Html Css Color HEX #A95E3E Tuscany

📋 copy color: '#A95E3E'

red 169 ◦ green 94 ◦ blue 62

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

Shades of Tuscany #A95E3E

Tints of Tuscany #A95E3E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.92%

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

R = 52%
G = 28.92%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A95E3E (or 0xA95E3E) is known color: Tuscany. HEX triplet: A9, 5E and 3E. RGB value is (169,94,62). Sum of RGB (Red+Green+Blue) = 169+94+62=325 (43% of max value = 765). Red value is 169 (66.41% from 255 or 52% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 169 - color contains mainly: red. Hex color #A95E3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95E3E is #56A1C1. Grayscale: #707070. Windows color (decimal): -5677506 or 4087465. OLE color: 4087465.

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

Color convert

RGB 169 94 62 -
CMYK 0 0.44 0.63 0.34
HSL 17.94º 0.46% 0.45% -
HSV(B) 17.94º 0.63% 0.66% -
XYZ 21.23 16.79 6.68 -
YUV 112.78 99.35 168.1 -
System Red Green Blue C M Y K H S L
Decimal 169 94 62 0 0.44 0.63 0.34 17.94 0.46 0.45
Hex A9 5E 3E 0 2C 3F 22 12 2E 2D
Octal 251 136 76 0 54 77 42 22 56 55
Binary 10101001 1011110 111110 0 101100 111111 100010 10010 101110 101101

Color Harmonies of #A95E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95E3E

Black with #A95E3E

Text Example


Text Example

White with #A95E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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