Html Css Color HEX #AC633B Tuscany

📋 copy color: '#AC633B'

red 172 ◦ green 99 ◦ blue 59

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

Shades of Tuscany #AC633B

Tints of Tuscany #AC633B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.88%

R = 52.12%
G = 30%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC633B (or 0xAC633B) is known color: Tuscany. HEX triplet: AC, 63 and 3B. RGB value is (172,99,59). Sum of RGB (Red+Green+Blue) = 172+99+59=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC633B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC633B is #539CC4. Grayscale: #747474. Windows color (decimal): -5479621 or 3892140. OLE color: 3892140.

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

Color convert

RGB 172 99 59 -
CMYK 0 0.42 0.66 0.33
HSL 21.24º 0.49% 0.45% -
HSV(B) 21.24º 0.66% 0.67% -
XYZ 22.26 18.01 6.44 -
YUV 116.27 95.68 167.75 -
System Red Green Blue C M Y K H S L
Decimal 172 99 59 0 0.42 0.66 0.33 21.24 0.49 0.45
Hex AC 63 3B 0 2A 42 21 15 31 2D
Octal 254 143 73 0 52 102 41 25 61 55
Binary 10101100 1100011 111011 0 101010 1000010 100001 10101 110001 101101

Color Harmonies of #AC633B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC633B

Black with #AC633B

Text Example


Text Example

White with #AC633B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC633B; }

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

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

background-color css

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

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

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

border-color css

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

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

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