Html Css Color HEX #AC6648 Tuscany

📋 copy color: '#AC6648'

red 172 ◦ green 102 ◦ blue 72

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

Shades of Tuscany #AC6648

Tints of Tuscany #AC6648

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.48%

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

R = 49.71%
G = 29.48%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC6648 (or 0xAC6648) is known color: Tuscany. HEX triplet: AC, 66 and 48. RGB value is (172,102,72). Sum of RGB (Red+Green+Blue) = 172+102+72=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6648 is #5399B7. Grayscale: #777777. Windows color (decimal): -5478840 or 4744876. OLE color: 4744876.

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

Color convert

RGB 172 102 72 -
CMYK 0 0.41 0.58 0.33
HSL 18º 0.41% 0.48% -
HSV(B) 18º 0.58% 0.67% -
XYZ 22.93 18.74 8.54 -
YUV 119.51 101.19 165.44 -
System Red Green Blue C M Y K H S L
Decimal 172 102 72 0 0.41 0.58 0.33 18 0.41 0.48
Hex AC 66 48 0 29 3A 21 12 29 30
Octal 254 146 110 0 51 72 41 22 51 60
Binary 10101100 1100110 1001000 0 101001 111010 100001 10010 101001 110000

Color Harmonies of #AC6648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6648

Black with #AC6648

Text Example


Text Example

White with #AC6648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6648; }

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

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

background-color css

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

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

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

border-color css

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

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

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