Html Css Color HEX #AC633C Tuscany

📋 copy color: '#AC633C'

red 172 ◦ green 99 ◦ blue 60

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

Shades of Tuscany #AC633C

Tints of Tuscany #AC633C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.91%

 BLUE value IS 60 (23.83% from 255) = 18.13%

R = 51.96%
G = 29.91%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC633C (or 0xAC633C) is known color: Tuscany. HEX triplet: AC, 63 and 3C. RGB value is (172,99,60). Sum of RGB (Red+Green+Blue) = 172+99+60=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC633C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC633C is #539CC3. Grayscale: #747474. Windows color (decimal): -5479620 or 3957676. OLE color: 3957676.

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

Color convert

RGB 172 99 60 -
CMYK 0 0.42 0.65 0.33
HSL 20.89º 0.48% 0.45% -
HSV(B) 20.89º 0.65% 0.67% -
XYZ 22.29 18.02 6.58 -
YUV 116.38 96.18 167.67 -
System Red Green Blue C M Y K H S L
Decimal 172 99 60 0 0.42 0.65 0.33 20.89 0.48 0.45
Hex AC 63 3C 0 2A 41 21 15 30 2D
Octal 254 143 74 0 52 101 41 25 60 55
Binary 10101100 1100011 111100 0 101010 1000001 100001 10101 110000 101101

Color Harmonies of #AC633C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC633C

Black with #AC633C

Text Example


Text Example

White with #AC633C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC633C; }

 p { color: rgb(172,99,60); }

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

background-color css

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

 a { background-color: rgb(172,99,60); }

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

border-color css

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

 span { border-color: rgb(172,99,60); }

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