Html Css Color HEX #AC473F Roof Terracotta

📋 copy color: '#AC473F'

red 172 ◦ green 71 ◦ blue 63

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

Shades of Roof Terracotta #AC473F

Tints of Roof Terracotta #AC473F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.59%

R = 56.21%
G = 23.2%
B = 20.59%

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

#AC473F (or 0xAC473F) is known color: Roof Terracotta. HEX triplet: AC, 47 and 3F. RGB value is (172,71,63). Sum of RGB (Red+Green+Blue) = 172+71+63=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC473F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC473F is #53B8C0. Grayscale: #646464. Windows color (decimal): -5486785 or 4147116. OLE color: 4147116.

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

Color convert

RGB 172 71 63 -
CMYK 0 0.59 0.63 0.33
HSL 4.4º 0.46% 0.46% -
HSV(B) 4.4º 0.63% 0.67% -
XYZ 20.16 13.64 6.27 -
YUV 100.29 106.96 179.15 -
System Red Green Blue C M Y K H S L
Decimal 172 71 63 0 0.59 0.63 0.33 4.4 0.46 0.46
Hex AC 47 3F 0 3B 3F 21 4 2E 2E
Octal 254 107 77 0 73 77 41 4 56 56
Binary 10101100 1000111 111111 0 111011 111111 100001 100 101110 101110

Color Harmonies of #AC473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC473F

Black with #AC473F

Text Example


Text Example

White with #AC473F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC473F; }

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

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

background-color css

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

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

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

border-color css

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

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

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