Html Css Color HEX #AC633A Tuscany

📋 copy color: '#AC633A'

red 172 ◦ green 99 ◦ blue 58

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

Shades of Tuscany #AC633A

Tints of Tuscany #AC633A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.63%

R = 52.28%
G = 30.09%
B = 17.63%

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

#AC633A (or 0xAC633A) is known color: Tuscany. HEX triplet: AC, 63 and 3A. RGB value is (172,99,58). Sum of RGB (Red+Green+Blue) = 172+99+58=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC633A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC633A is #539CC5. Grayscale: #747474. Windows color (decimal): -5479622 or 3826604. OLE color: 3826604.

HSL color Cylindrical-coordinate representation of color #AC633A: hue angle of 21.58º degrees, saturation: 0.5, 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 #AC633A is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 99 58 -
CMYK 0 0.42 0.66 0.33
HSL 21.58º 0.5% 0.45% -
HSV(B) 21.58º 0.66% 0.67% -
XYZ 22.24 18 6.31 -
YUV 116.15 95.18 167.83 -
System Red Green Blue C M Y K H S L
Decimal 172 99 58 0 0.42 0.66 0.33 21.58 0.5 0.45
Hex AC 63 3A 0 2A 42 21 16 32 2D
Octal 254 143 72 0 52 102 41 26 62 55
Binary 10101100 1100011 111010 0 101010 1000010 100001 10110 110010 101101

Color Harmonies of #AC633A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC633A

Black with #AC633A

Text Example


Text Example

White with #AC633A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC633A; }

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

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

background-color css

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

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

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

border-color css

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

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

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