Html Css Color HEX #AC4842 Roof Terracotta

📋 copy color: '#AC4842'

red 172 ◦ green 72 ◦ blue 66

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

Shades of Roof Terracotta #AC4842

Tints of Roof Terracotta #AC4842

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.23%

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

R = 55.48%
G = 23.23%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC4842 (or 0xAC4842) is known color: Roof Terracotta. HEX triplet: AC, 48 and 42. RGB value is (172,72,66). Sum of RGB (Red+Green+Blue) = 172+72+66=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4842 is #53B7BD. Grayscale: #656565. Windows color (decimal): -5486526 or 4343980. OLE color: 4343980.

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

Color convert

RGB 172 72 66 -
CMYK 0 0.58 0.62 0.33
HSL 3.4º 0.45% 0.47% -
HSV(B) 3.4º 0.62% 0.67% -
XYZ 20.31 13.8 6.75 -
YUV 101.22 108.13 178.49 -
System Red Green Blue C M Y K H S L
Decimal 172 72 66 0 0.58 0.62 0.33 3.4 0.45 0.47
Hex AC 48 42 0 3A 3E 21 3 2D 2F
Octal 254 110 102 0 72 76 41 3 55 57
Binary 10101100 1001000 1000010 0 111010 111110 100001 11 101101 101111

Color Harmonies of #AC4842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4842

Black with #AC4842

Text Example


Text Example

White with #AC4842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4842; }

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

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

background-color css

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

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

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

border-color css

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

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

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