Html Css Color HEX #AC4540 Roof Terracotta

📋 copy color: '#AC4540'

red 172 ◦ green 69 ◦ blue 64

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

Shades of Roof Terracotta #AC4540

Tints of Roof Terracotta #AC4540

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.62%

 BLUE value IS 64 (25.39% from 255) = 20.98%

R = 56.39%
G = 22.62%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC4540 (or 0xAC4540) is known color: Roof Terracotta. HEX triplet: AC, 45 and 40. RGB value is (172,69,64). Sum of RGB (Red+Green+Blue) = 172+69+64=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4540 is #53BABF. Grayscale: #636363. Windows color (decimal): -5487296 or 4212140. OLE color: 4212140.

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

Color convert

RGB 172 69 64 -
CMYK 0 0.60 0.63 0.33
HSL 2.78º 0.46% 0.46% -
HSV(B) 2.78º 0.63% 0.67% -
XYZ 20.07 13.4 6.38 -
YUV 99.23 108.12 179.91 -
System Red Green Blue C M Y K H S L
Decimal 172 69 64 0 0.60 0.63 0.33 2.78 0.46 0.46
Hex AC 45 40 0 3C 3F 21 3 2E 2E
Octal 254 105 100 0 74 77 41 3 56 56
Binary 10101100 1000101 1000000 0 111100 111111 100001 11 101110 101110

Color Harmonies of #AC4540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4540

Black with #AC4540

Text Example


Text Example

White with #AC4540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4540; }

 p { color: rgb(172,69,64); }

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

background-color css

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

 a { background-color: rgb(172,69,64); }

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

border-color css

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

 span { border-color: rgb(172,69,64); }

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