Html Css Color HEX #AC4641 Roof Terracotta

📋 copy color: '#AC4641'

red 172 ◦ green 70 ◦ blue 65

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

Shades of Roof Terracotta #AC4641

Tints of Roof Terracotta #AC4641

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.8%

 BLUE value IS 65 (25.78% from 255) = 21.17%

R = 56.03%
G = 22.8%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC4641 (or 0xAC4641) is known color: Roof Terracotta. HEX triplet: AC, 46 and 41. RGB value is (172,70,65). Sum of RGB (Red+Green+Blue) = 172+70+65=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4641 is #53B9BE. Grayscale: #646464. Windows color (decimal): -5487039 or 4277932. OLE color: 4277932.

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

Color convert

RGB 172 70 65 -
CMYK 0 0.59 0.62 0.33
HSL 2.8º 0.45% 0.46% -
HSV(B) 2.8º 0.62% 0.67% -
XYZ 20.16 13.53 6.55 -
YUV 99.93 108.29 179.41 -
System Red Green Blue C M Y K H S L
Decimal 172 70 65 0 0.59 0.62 0.33 2.8 0.45 0.46
Hex AC 46 41 0 3B 3E 21 3 2D 2E
Octal 254 106 101 0 73 76 41 3 55 56
Binary 10101100 1000110 1000001 0 111011 111110 100001 11 101101 101110

Color Harmonies of #AC4641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4641

Black with #AC4641

Text Example


Text Example

White with #AC4641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4641; }

 p { color: rgb(172,70,65); }

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

background-color css

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

 a { background-color: rgb(172,70,65); }

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

border-color css

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

 span { border-color: rgb(172,70,65); }

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