Html Css Color HEX #AC5C3B Tuscany

📋 copy color: '#AC5C3B'

red 172 ◦ green 92 ◦ blue 59

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

Shades of Tuscany #AC5C3B

Tints of Tuscany #AC5C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.27%

R = 53.25%
G = 28.48%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC5C3B (or 0xAC5C3B) is known color: Tuscany. HEX triplet: AC, 5C and 3B. RGB value is (172,92,59). Sum of RGB (Red+Green+Blue) = 172+92+59=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5C3B is #53A3C4. Grayscale: #707070. Windows color (decimal): -5481413 or 3890348. OLE color: 3890348.

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

Color convert

RGB 172 92 59 -
CMYK 0 0.47 0.66 0.33
HSL 17.52º 0.49% 0.45% -
HSV(B) 17.52º 0.66% 0.67% -
XYZ 21.63 16.74 6.23 -
YUV 112.16 98 170.68 -
System Red Green Blue C M Y K H S L
Decimal 172 92 59 0 0.47 0.66 0.33 17.52 0.49 0.45
Hex AC 5C 3B 0 2F 42 21 12 31 2D
Octal 254 134 73 0 57 102 41 22 61 55
Binary 10101100 1011100 111011 0 101111 1000010 100001 10010 110001 101101

Color Harmonies of #AC5C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C3B

Black with #AC5C3B

Text Example


Text Example

White with #AC5C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C3B; }

 p { color: rgb(172,92,59); }

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

background-color css

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

 a { background-color: rgb(172,92,59); }

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

border-color css

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

 span { border-color: rgb(172,92,59); }

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