Html Css Color HEX #AC493F Roof Terracotta

📋 copy color: '#AC493F'

red 172 ◦ green 73 ◦ blue 63

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

Shades of Roof Terracotta #AC493F

Tints of Roof Terracotta #AC493F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.7%

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

R = 55.84%
G = 23.7%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC493F (or 0xAC493F) is known color: Roof Terracotta. HEX triplet: AC, 49 and 3F. RGB value is (172,73,63). Sum of RGB (Red+Green+Blue) = 172+73+63=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC493F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC493F is #53B6C0. Grayscale: #656565. Windows color (decimal): -5486273 or 4147628. OLE color: 4147628.

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

Color convert

RGB 172 73 63 -
CMYK 0 0.58 0.63 0.33
HSL 5.5º 0.46% 0.46% -
HSV(B) 5.5º 0.63% 0.67% -
XYZ 20.29 13.89 6.31 -
YUV 101.46 106.3 178.31 -
System Red Green Blue C M Y K H S L
Decimal 172 73 63 0 0.58 0.63 0.33 5.5 0.46 0.46
Hex AC 49 3F 0 3A 3F 21 6 2E 2E
Octal 254 111 77 0 72 77 41 6 56 56
Binary 10101100 1001001 111111 0 111010 111111 100001 110 101110 101110

Color Harmonies of #AC493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC493F

Black with #AC493F

Text Example


Text Example

White with #AC493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC493F; }

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

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

background-color css

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

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

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

border-color css

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

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

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