Html Css Color HEX #AC4744 Roof Terracotta

📋 copy color: '#AC4744'

red 172 ◦ green 71 ◦ blue 68

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

Shades of Roof Terracotta #AC4744

Tints of Roof Terracotta #AC4744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.86%

R = 55.31%
G = 22.83%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC4744 (or 0xAC4744) is known color: Roof Terracotta. HEX triplet: AC, 47 and 44. RGB value is (172,71,68). Sum of RGB (Red+Green+Blue) = 172+71+68=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4744 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4744 is #53B8BB. Grayscale: #646464. Windows color (decimal): -5486780 or 4474796. OLE color: 4474796.

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

Color convert

RGB 172 71 68 -
CMYK 0 0.59 0.60 0.33
HSL 1.73º 0.43% 0.47% -
HSV(B) 1.73º 0.6% 0.67% -
XYZ 20.31 13.69 7.04 -
YUV 100.86 109.46 178.74 -
System Red Green Blue C M Y K H S L
Decimal 172 71 68 0 0.59 0.60 0.33 1.73 0.43 0.47
Hex AC 47 44 0 3B 3C 21 2 2B 2F
Octal 254 107 104 0 73 74 41 2 53 57
Binary 10101100 1000111 1000100 0 111011 111100 100001 10 101011 101111

Color Harmonies of #AC4744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4744

Black with #AC4744

Text Example


Text Example

White with #AC4744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4744; }

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

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

background-color css

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

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

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

border-color css

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

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

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