Html Css Color HEX #AC4740 Roof Terracotta

📋 copy color: '#AC4740'

red 172 ◦ green 71 ◦ blue 64

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

Shades of Roof Terracotta #AC4740

Tints of Roof Terracotta #AC4740

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.13%

 BLUE value IS 64 (25.39% from 255) = 20.85%

R = 56.03%
G = 23.13%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC4740 (or 0xAC4740) is known color: Roof Terracotta. HEX triplet: AC, 47 and 40. RGB value is (172,71,64). Sum of RGB (Red+Green+Blue) = 172+71+64=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4740 is #53B8BF. Grayscale: #646464. Windows color (decimal): -5486784 or 4212652. OLE color: 4212652.

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

Color convert

RGB 172 71 64 -
CMYK 0 0.59 0.63 0.33
HSL 3.89º 0.46% 0.46% -
HSV(B) 3.89º 0.63% 0.67% -
XYZ 20.19 13.65 6.42 -
YUV 100.4 107.46 179.07 -
System Red Green Blue C M Y K H S L
Decimal 172 71 64 0 0.59 0.63 0.33 3.89 0.46 0.46
Hex AC 47 40 0 3B 3F 21 4 2E 2E
Octal 254 107 100 0 73 77 41 4 56 56
Binary 10101100 1000111 1000000 0 111011 111111 100001 100 101110 101110

Color Harmonies of #AC4740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4740

Black with #AC4740

Text Example


Text Example

White with #AC4740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4740; }

 p { color: rgb(172,71,64); }

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

background-color css

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

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

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

border-color css

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

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

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