Html Css Color HEX #AC5B3F Tuscany

📋 copy color: '#AC5B3F'

red 172 ◦ green 91 ◦ blue 63

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

Shades of Tuscany #AC5B3F

Tints of Tuscany #AC5B3F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.91%

 BLUE value IS 63 (25% from 255) = 19.33%

R = 52.76%
G = 27.91%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC5B3F (or 0xAC5B3F) is known color: Tuscany. HEX triplet: AC, 5B and 3F. RGB value is (172,91,63). Sum of RGB (Red+Green+Blue) = 172+91+63=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5B3F is #53A4C0. Grayscale: #707070. Windows color (decimal): -5481665 or 4152236. OLE color: 4152236.

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

Color convert

RGB 172 91 63 -
CMYK 0 0.47 0.63 0.33
HSL 15.41º 0.46% 0.46% -
HSV(B) 15.41º 0.63% 0.67% -
XYZ 21.65 16.61 6.77 -
YUV 112.03 100.34 170.78 -
System Red Green Blue C M Y K H S L
Decimal 172 91 63 0 0.47 0.63 0.33 15.41 0.46 0.46
Hex AC 5B 3F 0 2F 3F 21 F 2E 2E
Octal 254 133 77 0 57 77 41 17 56 56
Binary 10101100 1011011 111111 0 101111 111111 100001 1111 101110 101110

Color Harmonies of #AC5B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5B3F

Black with #AC5B3F

Text Example


Text Example

White with #AC5B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5B3F; }

 p { color: rgb(172,91,63); }

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

background-color css

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

 a { background-color: rgb(172,91,63); }

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

border-color css

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

 span { border-color: rgb(172,91,63); }

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