Html Css Color HEX #AC6248 Tuscany

📋 copy color: '#AC6248'

red 172 ◦ green 98 ◦ blue 72

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

Shades of Tuscany #AC6248

Tints of Tuscany #AC6248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.05%

R = 50.29%
G = 28.65%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC6248 (or 0xAC6248) is known color: Tuscany. HEX triplet: AC, 62 and 48. RGB value is (172,98,72). Sum of RGB (Red+Green+Blue) = 172+98+72=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6248 is #539DB7. Grayscale: #757575. Windows color (decimal): -5479864 or 4743852. OLE color: 4743852.

HSL color Cylindrical-coordinate representation of color #AC6248: hue angle of 15.6º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC6248 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 98 72 -
CMYK 0 0.43 0.58 0.33
HSL 15.6º 0.41% 0.48% -
HSV(B) 15.6º 0.58% 0.67% -
XYZ 22.55 17.97 8.41 -
YUV 117.16 102.52 167.11 -
System Red Green Blue C M Y K H S L
Decimal 172 98 72 0 0.43 0.58 0.33 15.6 0.41 0.48
Hex AC 62 48 0 2B 3A 21 10 29 30
Octal 254 142 110 0 53 72 41 20 51 60
Binary 10101100 1100010 1001000 0 101011 111010 100001 10000 101001 110000

Color Harmonies of #AC6248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6248

Black with #AC6248

Text Example


Text Example

White with #AC6248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6248; }

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

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

background-color css

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

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

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

border-color css

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

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

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