Html Css Color HEX #AC633F Tuscany

📋 copy color: '#AC633F'

red 172 ◦ green 99 ◦ blue 63

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

Shades of Tuscany #AC633F

Tints of Tuscany #AC633F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.86%

R = 51.5%
G = 29.64%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC633F (or 0xAC633F) is known color: Tuscany. HEX triplet: AC, 63 and 3F. RGB value is (172,99,63). Sum of RGB (Red+Green+Blue) = 172+99+63=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC633F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC633F is #539CC0. Grayscale: #747474. Windows color (decimal): -5479617 or 4154284. OLE color: 4154284.

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

Color convert

RGB 172 99 63 -
CMYK 0 0.42 0.63 0.33
HSL 19.82º 0.46% 0.46% -
HSV(B) 19.82º 0.63% 0.67% -
XYZ 22.37 18.05 7.01 -
YUV 116.72 97.68 167.43 -
System Red Green Blue C M Y K H S L
Decimal 172 99 63 0 0.42 0.63 0.33 19.82 0.46 0.46
Hex AC 63 3F 0 2A 3F 21 14 2E 2E
Octal 254 143 77 0 52 77 41 24 56 56
Binary 10101100 1100011 111111 0 101010 111111 100001 10100 101110 101110

Color Harmonies of #AC633F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC633F

Black with #AC633F

Text Example


Text Example

White with #AC633F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC633F; }

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

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

background-color css

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

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

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

border-color css

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

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

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