Html Css Color HEX #AC5D3E Tuscany

📋 copy color: '#AC5D3E'

red 172 ◦ green 93 ◦ blue 62

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

Shades of Tuscany #AC5D3E

Tints of Tuscany #AC5D3E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.44%

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

R = 52.6%
G = 28.44%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC5D3E (or 0xAC5D3E) is known color: Tuscany. HEX triplet: AC, 5D and 3E. RGB value is (172,93,62). Sum of RGB (Red+Green+Blue) = 172+93+62=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5D3E is #53A2C1. Grayscale: #717171. Windows color (decimal): -5481154 or 4087212. OLE color: 4087212.

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

Color convert

RGB 172 93 62 -
CMYK 0 0.46 0.64 0.33
HSL 16.91º 0.47% 0.46% -
HSV(B) 16.91º 0.64% 0.67% -
XYZ 21.8 16.95 6.68 -
YUV 113.09 99.17 170.02 -
System Red Green Blue C M Y K H S L
Decimal 172 93 62 0 0.46 0.64 0.33 16.91 0.47 0.46
Hex AC 5D 3E 0 2E 40 21 11 2F 2E
Octal 254 135 76 0 56 100 41 21 57 56
Binary 10101100 1011101 111110 0 101110 1000000 100001 10001 101111 101110

Color Harmonies of #AC5D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D3E

Black with #AC5D3E

Text Example


Text Example

White with #AC5D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D3E; }

 p { color: rgb(172,93,62); }

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

background-color css

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

 a { background-color: rgb(172,93,62); }

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

border-color css

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

 span { border-color: rgb(172,93,62); }

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