Html Css Color HEX #AC4542 Roof Terracotta

📋 copy color: '#AC4542'

red 172 ◦ green 69 ◦ blue 66

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

Shades of Roof Terracotta #AC4542

Tints of Roof Terracotta #AC4542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.5%

R = 56.03%
G = 22.48%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC4542 (or 0xAC4542) is known color: Roof Terracotta. HEX triplet: AC, 45 and 42. RGB value is (172,69,66). Sum of RGB (Red+Green+Blue) = 172+69+66=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4542 is #53BABD. Grayscale: #636363. Windows color (decimal): -5487294 or 4343212. OLE color: 4343212.

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

Color convert

RGB 172 69 66 -
CMYK 0 0.60 0.62 0.33
HSL 1.7º 0.45% 0.47% -
HSV(B) 1.7º 0.62% 0.67% -
XYZ 20.12 13.42 6.68 -
YUV 99.46 109.12 179.74 -
System Red Green Blue C M Y K H S L
Decimal 172 69 66 0 0.60 0.62 0.33 1.7 0.45 0.47
Hex AC 45 42 0 3C 3E 21 2 2D 2F
Octal 254 105 102 0 74 76 41 2 55 57
Binary 10101100 1000101 1000010 0 111100 111110 100001 10 101101 101111

Color Harmonies of #AC4542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4542

Black with #AC4542

Text Example


Text Example

White with #AC4542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4542; }

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

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

background-color css

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

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

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

border-color css

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

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

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