Html Css Color HEX #AC4241 Roof Terracotta

📋 copy color: '#AC4241'

red 172 ◦ green 66 ◦ blue 65

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

Shades of Roof Terracotta #AC4241

Tints of Roof Terracotta #AC4241

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.78%

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

R = 56.77%
G = 21.78%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC4241 (or 0xAC4241) is known color: Roof Terracotta. HEX triplet: AC, 42 and 41. RGB value is (172,66,65). Sum of RGB (Red+Green+Blue) = 172+66+65=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4241 is #53BDBE. Grayscale: #616161. Windows color (decimal): -5488063 or 4276908. OLE color: 4276908.

HSL color Cylindrical-coordinate representation of color #AC4241: hue angle of 0.56º 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 #AC4241 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 66 65 -
CMYK 0 0.62 0.62 0.33
HSL 0.56º 0.45% 0.46% -
HSV(B) 0.56º 0.62% 0.67% -
XYZ 19.92 13.05 6.47 -
YUV 97.58 109.62 181.08 -
System Red Green Blue C M Y K H S L
Decimal 172 66 65 0 0.62 0.62 0.33 0.56 0.45 0.46
Hex AC 42 41 0 3E 3E 21 1 2D 2E
Octal 254 102 101 0 76 76 41 1 55 56
Binary 10101100 1000010 1000001 0 111110 111110 100001 1 101101 101110

Color Harmonies of #AC4241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4241

Black with #AC4241

Text Example


Text Example

White with #AC4241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4241; }

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

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

background-color css

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

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

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

border-color css

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

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

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