Html Css Color HEX #AC653E Tuscany

📋 copy color: '#AC653E'

red 172 ◦ green 101 ◦ blue 62

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

Shades of Tuscany #AC653E

Tints of Tuscany #AC653E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.15%

 BLUE value IS 62 (24.61% from 255) = 18.51%

R = 51.34%
G = 30.15%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC653E (or 0xAC653E) is known color: Tuscany. HEX triplet: AC, 65 and 3E. RGB value is (172,101,62). Sum of RGB (Red+Green+Blue) = 172+101+62=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC653E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC653E is #539AC1. Grayscale: #767676. Windows color (decimal): -5479106 or 4089260. OLE color: 4089260.

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

Color convert

RGB 172 101 62 -
CMYK 0 0.41 0.64 0.33
HSL 21.27º 0.47% 0.46% -
HSV(B) 21.27º 0.64% 0.67% -
XYZ 22.54 18.43 6.93 -
YUV 117.78 96.52 166.67 -
System Red Green Blue C M Y K H S L
Decimal 172 101 62 0 0.41 0.64 0.33 21.27 0.47 0.46
Hex AC 65 3E 0 29 40 21 15 2F 2E
Octal 254 145 76 0 51 100 41 25 57 56
Binary 10101100 1100101 111110 0 101001 1000000 100001 10101 101111 101110

Color Harmonies of #AC653E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC653E

Black with #AC653E

Text Example


Text Example

White with #AC653E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC653E; }

 p { color: rgb(172,101,62); }

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

background-color css

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

 a { background-color: rgb(172,101,62); }

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

border-color css

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

 span { border-color: rgb(172,101,62); }

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