Html Css Color HEX #AC463F Roof Terracotta

📋 copy color: '#AC463F'

red 172 ◦ green 70 ◦ blue 63

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

Shades of Roof Terracotta #AC463F

Tints of Roof Terracotta #AC463F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.95%

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

R = 56.39%
G = 22.95%
B = 20.66%

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

#AC463F (or 0xAC463F) is known color: Roof Terracotta. HEX triplet: AC, 46 and 3F. RGB value is (172,70,63). Sum of RGB (Red+Green+Blue) = 172+70+63=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC463F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC463F is #53B9C0. Grayscale: #636363. Windows color (decimal): -5487041 or 4146860. OLE color: 4146860.

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

Color convert

RGB 172 70 63 -
CMYK 0 0.59 0.63 0.33
HSL 3.85º 0.46% 0.46% -
HSV(B) 3.85º 0.63% 0.67% -
XYZ 20.1 13.51 6.25 -
YUV 99.7 107.29 179.57 -
System Red Green Blue C M Y K H S L
Decimal 172 70 63 0 0.59 0.63 0.33 3.85 0.46 0.46
Hex AC 46 3F 0 3B 3F 21 4 2E 2E
Octal 254 106 77 0 73 77 41 4 56 56
Binary 10101100 1000110 111111 0 111011 111111 100001 100 101110 101110

Color Harmonies of #AC463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC463F

Black with #AC463F

Text Example


Text Example

White with #AC463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC463F; }

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

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

background-color css

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

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

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

border-color css

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

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

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