Html Css Color HEX #AC5A3E Tuscany

📋 copy color: '#AC5A3E'

red 172 ◦ green 90 ◦ blue 62

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

Shades of Tuscany #AC5A3E

Tints of Tuscany #AC5A3E

RGB

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

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

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

R = 53.09%
G = 27.78%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC5A3E (or 0xAC5A3E) is known color: Tuscany. HEX triplet: AC, 5A and 3E. RGB value is (172,90,62). Sum of RGB (Red+Green+Blue) = 172+90+62=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5A3E is #53A5C1. Grayscale: #6F6F6F. Windows color (decimal): -5481922 or 4086444. OLE color: 4086444.

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

Color convert

RGB 172 90 62 -
CMYK 0 0.48 0.64 0.33
HSL 15.27º 0.47% 0.46% -
HSV(B) 15.27º 0.64% 0.67% -
XYZ 21.54 16.43 6.59 -
YUV 111.33 100.17 171.28 -
System Red Green Blue C M Y K H S L
Decimal 172 90 62 0 0.48 0.64 0.33 15.27 0.47 0.46
Hex AC 5A 3E 0 30 40 21 F 2F 2E
Octal 254 132 76 0 60 100 41 17 57 56
Binary 10101100 1011010 111110 0 110000 1000000 100001 1111 101111 101110

Color Harmonies of #AC5A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5A3E

Black with #AC5A3E

Text Example


Text Example

White with #AC5A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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