Html Css Color HEX #AC613D Tuscany

📋 copy color: '#AC613D'

red 172 ◦ green 97 ◦ blue 61

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

Shades of Tuscany #AC613D

Tints of Tuscany #AC613D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.39%

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

R = 52.12%
G = 29.39%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC613D (or 0xAC613D) is known color: Tuscany. HEX triplet: AC, 61 and 3D. RGB value is (172,97,61). Sum of RGB (Red+Green+Blue) = 172+97+61=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC613D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC613D is #539EC2. Grayscale: #737373. Windows color (decimal): -5480131 or 4022700. OLE color: 4022700.

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

Color convert

RGB 172 97 61 -
CMYK 0 0.44 0.65 0.33
HSL 19.46º 0.48% 0.46% -
HSV(B) 19.46º 0.65% 0.67% -
XYZ 22.13 17.66 6.66 -
YUV 115.32 97.35 168.43 -
System Red Green Blue C M Y K H S L
Decimal 172 97 61 0 0.44 0.65 0.33 19.46 0.48 0.46
Hex AC 61 3D 0 2C 41 21 13 30 2E
Octal 254 141 75 0 54 101 41 23 60 56
Binary 10101100 1100001 111101 0 101100 1000001 100001 10011 110000 101110

Color Harmonies of #AC613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC613D

Black with #AC613D

Text Example


Text Example

White with #AC613D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC613D; }

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

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

background-color css

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

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

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

border-color css

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

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

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