Html Css Color HEX #AC5A3D Tuscany

📋 copy color: '#AC5A3D'

red 172 ◦ green 90 ◦ blue 61

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

Shades of Tuscany #AC5A3D

Tints of Tuscany #AC5A3D

RGB

 RED value IS 172 (67.58% from 255) = 53.25%

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

 BLUE value IS 61 (24.22% from 255) = 18.89%

R = 53.25%
G = 27.86%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC5A3D (or 0xAC5A3D) is known color: Tuscany. HEX triplet: AC, 5A and 3D. RGB value is (172,90,61). Sum of RGB (Red+Green+Blue) = 172+90+61=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5A3D is #53A5C2. Grayscale: #6F6F6F. Windows color (decimal): -5481923 or 4020908. OLE color: 4020908.

HSL color Cylindrical-coordinate representation of color #AC5A3D: hue angle of 15.68º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC5A3D is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 90 61 -
CMYK 0 0.48 0.65 0.33
HSL 15.68º 0.48% 0.46% -
HSV(B) 15.68º 0.65% 0.67% -
XYZ 21.51 16.42 6.45 -
YUV 111.21 99.67 171.36 -
System Red Green Blue C M Y K H S L
Decimal 172 90 61 0 0.48 0.65 0.33 15.68 0.48 0.46
Hex AC 5A 3D 0 30 41 21 10 30 2E
Octal 254 132 75 0 60 101 41 20 60 56
Binary 10101100 1011010 111101 0 110000 1000001 100001 10000 110000 101110

Color Harmonies of #AC5A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5A3D

Black with #AC5A3D

Text Example


Text Example

White with #AC5A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5A3D; }

 p { color: rgb(172,90,61); }

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

background-color css

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

 a { background-color: rgb(172,90,61); }

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

border-color css

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

 span { border-color: rgb(172,90,61); }

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