Html Css Color HEX #AC6245 Tuscany

📋 copy color: '#AC6245'

red 172 ◦ green 98 ◦ blue 69

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

Shades of Tuscany #AC6245

Tints of Tuscany #AC6245

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.91%

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

R = 50.74%
G = 28.91%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC6245 (or 0xAC6245) is known color: Tuscany. HEX triplet: AC, 62 and 45. RGB value is (172,98,69). Sum of RGB (Red+Green+Blue) = 172+98+69=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6245 is #539DBA. Grayscale: #757575. Windows color (decimal): -5479867 or 4547244. OLE color: 4547244.

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

Color convert

RGB 172 98 69 -
CMYK 0 0.43 0.60 0.33
HSL 16.89º 0.43% 0.47% -
HSV(B) 16.89º 0.6% 0.67% -
XYZ 22.46 17.94 7.91 -
YUV 116.82 101.02 167.36 -
System Red Green Blue C M Y K H S L
Decimal 172 98 69 0 0.43 0.60 0.33 16.89 0.43 0.47
Hex AC 62 45 0 2B 3C 21 11 2B 2F
Octal 254 142 105 0 53 74 41 21 53 57
Binary 10101100 1100010 1000101 0 101011 111100 100001 10001 101011 101111

Color Harmonies of #AC6245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6245

Black with #AC6245

Text Example


Text Example

White with #AC6245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6245; }

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

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

background-color css

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

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

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

border-color css

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

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

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