Html Css Color HEX #AC4743 Roof Terracotta

📋 copy color: '#AC4743'

red 172 ◦ green 71 ◦ blue 67

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

Shades of Roof Terracotta #AC4743

Tints of Roof Terracotta #AC4743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.61%

R = 55.48%
G = 22.9%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AC4743 (or 0xAC4743) is known color: Roof Terracotta. HEX triplet: AC, 47 and 43. RGB value is (172,71,67). Sum of RGB (Red+Green+Blue) = 172+71+67=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4743 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4743 is #53B8BC. Grayscale: #646464. Windows color (decimal): -5486781 or 4409260. OLE color: 4409260.

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

Color convert

RGB 172 71 67 -
CMYK 0 0.59 0.61 0.33
HSL 2.29º 0.44% 0.47% -
HSV(B) 2.29º 0.61% 0.67% -
XYZ 20.28 13.68 6.88 -
YUV 100.74 108.96 178.83 -
System Red Green Blue C M Y K H S L
Decimal 172 71 67 0 0.59 0.61 0.33 2.29 0.44 0.47
Hex AC 47 43 0 3B 3D 21 2 2C 2F
Octal 254 107 103 0 73 75 41 2 54 57
Binary 10101100 1000111 1000011 0 111011 111101 100001 10 101100 101111

Color Harmonies of #AC4743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4743

Black with #AC4743

Text Example


Text Example

White with #AC4743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4743; }

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

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

background-color css

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

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

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

border-color css

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

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

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