Html Css Color HEX #AC4242 Roof Terracotta

📋 copy color: '#AC4242'

red 172 ◦ green 66 ◦ blue 66

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

Shades of Roof Terracotta #AC4242

Tints of Roof Terracotta #AC4242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.71%

R = 56.58%
G = 21.71%
B = 21.71%

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

#AC4242 (or 0xAC4242) is known color: Roof Terracotta. HEX triplet: AC, 42 and 42. RGB value is (172,66,66). Sum of RGB (Red+Green+Blue) = 172+66+66=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4242 is #53BDBD. Grayscale: #616161. Windows color (decimal): -5488062 or 4342444. OLE color: 4342444.

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

Color convert

RGB 172 66 66 -
CMYK 0 0.62 0.62 0.33
HSL 0.45% 0.47% -
HSV(B) 0.62% 0.67% -
XYZ 19.94 13.06 6.62 -
YUV 97.69 110.12 181 -
System Red Green Blue C M Y K H S L
Decimal 172 66 66 0 0.62 0.62 0.33 0 0.45 0.47
Hex AC 42 42 0 3E 3E 21 0 2D 2F
Octal 254 102 102 0 76 76 41 0 55 57
Binary 10101100 1000010 1000010 0 111110 111110 100001 0 101101 101111

Color Harmonies of #AC4242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4242

Black with #AC4242

Text Example


Text Example

White with #AC4242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4242; }

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

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

background-color css

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

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

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

border-color css

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

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

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