Html Css Color HEX #AC6145 Tuscany

📋 copy color: '#AC6145'

red 172 ◦ green 97 ◦ blue 69

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

Shades of Tuscany #AC6145

Tints of Tuscany #AC6145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.41%

R = 50.89%
G = 28.7%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC6145 (or 0xAC6145) is known color: Tuscany. HEX triplet: AC, 61 and 45. RGB value is (172,97,69). Sum of RGB (Red+Green+Blue) = 172+97+69=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6145 is #539EBA. Grayscale: #747474. Windows color (decimal): -5480123 or 4546988. OLE color: 4546988.

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

Color convert

RGB 172 97 69 -
CMYK 0 0.44 0.60 0.33
HSL 16.31º 0.43% 0.47% -
HSV(B) 16.31º 0.6% 0.67% -
XYZ 22.36 17.75 7.88 -
YUV 116.23 101.35 167.78 -
System Red Green Blue C M Y K H S L
Decimal 172 97 69 0 0.44 0.60 0.33 16.31 0.43 0.47
Hex AC 61 45 0 2C 3C 21 10 2B 2F
Octal 254 141 105 0 54 74 41 20 53 57
Binary 10101100 1100001 1000101 0 101100 111100 100001 10000 101011 101111

Color Harmonies of #AC6145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6145

Black with #AC6145

Text Example


Text Example

White with #AC6145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6145; }

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

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

background-color css

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

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

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

border-color css

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

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

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