Html Css Color HEX #AC6742 Tuscany

📋 copy color: '#AC6742'

red 172 ◦ green 103 ◦ blue 66

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

Shades of Tuscany #AC6742

Tints of Tuscany #AC6742

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.21%

 BLUE value IS 66 (26.17% from 255) = 19.35%

R = 50.44%
G = 30.21%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC6742 (or 0xAC6742) is known color: Tuscany. HEX triplet: AC, 67 and 42. RGB value is (172,103,66). Sum of RGB (Red+Green+Blue) = 172+103+66=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6742 is #5398BD. Grayscale: #777777. Windows color (decimal): -5478590 or 4351916. OLE color: 4351916.

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

Color convert

RGB 172 103 66 -
CMYK 0 0.40 0.62 0.33
HSL 20.94º 0.45% 0.47% -
HSV(B) 20.94º 0.62% 0.67% -
XYZ 22.85 18.86 7.59 -
YUV 119.41 97.86 165.51 -
System Red Green Blue C M Y K H S L
Decimal 172 103 66 0 0.40 0.62 0.33 20.94 0.45 0.47
Hex AC 67 42 0 28 3E 21 15 2D 2F
Octal 254 147 102 0 50 76 41 25 55 57
Binary 10101100 1100111 1000010 0 101000 111110 100001 10101 101101 101111

Color Harmonies of #AC6742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6742

Black with #AC6742

Text Example


Text Example

White with #AC6742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6742; }

 p { color: rgb(172,103,66); }

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

background-color css

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

 a { background-color: rgb(172,103,66); }

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

border-color css

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

 span { border-color: rgb(172,103,66); }

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