Html Css Color HEX #AC6242 Tuscany

📋 copy color: '#AC6242'

red 172 ◦ green 98 ◦ blue 66

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

Shades of Tuscany #AC6242

Tints of Tuscany #AC6242

RGB

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

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

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

R = 51.19%
G = 29.17%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC6242 (or 0xAC6242) is known color: Tuscany. HEX triplet: AC, 62 and 42. RGB value is (172,98,66). Sum of RGB (Red+Green+Blue) = 172+98+66=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6242 is #539DBD. Grayscale: #747474. Windows color (decimal): -5479870 or 4350636. OLE color: 4350636.

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

Color convert

RGB 172 98 66 -
CMYK 0 0.43 0.62 0.33
HSL 18.11º 0.45% 0.47% -
HSV(B) 18.11º 0.62% 0.67% -
XYZ 22.36 17.9 7.43 -
YUV 116.48 99.52 167.6 -
System Red Green Blue C M Y K H S L
Decimal 172 98 66 0 0.43 0.62 0.33 18.11 0.45 0.47
Hex AC 62 42 0 2B 3E 21 12 2D 2F
Octal 254 142 102 0 53 76 41 22 55 57
Binary 10101100 1100010 1000010 0 101011 111110 100001 10010 101101 101111

Color Harmonies of #AC6242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6242

Black with #AC6242

Text Example


Text Example

White with #AC6242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6242; }

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

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

background-color css

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

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

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

border-color css

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

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

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