Html Css Color HEX #AC4543 Roof Terracotta

📋 copy color: '#AC4543'

red 172 ◦ green 69 ◦ blue 67

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

Shades of Roof Terracotta #AC4543

Tints of Roof Terracotta #AC4543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.75%

R = 55.84%
G = 22.4%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AC4543 (or 0xAC4543) is known color: Roof Terracotta. HEX triplet: AC, 45 and 43. RGB value is (172,69,67). Sum of RGB (Red+Green+Blue) = 172+69+67=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4543 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4543 is #53BABC. Grayscale: #636363. Windows color (decimal): -5487293 or 4408748. OLE color: 4408748.

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

Color convert

RGB 172 69 67 -
CMYK 0 0.60 0.61 0.33
HSL 1.14º 0.44% 0.47% -
HSV(B) 1.14º 0.61% 0.67% -
XYZ 20.15 13.43 6.84 -
YUV 99.57 109.62 179.66 -
System Red Green Blue C M Y K H S L
Decimal 172 69 67 0 0.60 0.61 0.33 1.14 0.44 0.47
Hex AC 45 43 0 3C 3D 21 1 2C 2F
Octal 254 105 103 0 74 75 41 1 54 57
Binary 10101100 1000101 1000011 0 111100 111101 100001 1 101100 101111

Color Harmonies of #AC4543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4543

Black with #AC4543

Text Example


Text Example

White with #AC4543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4543; }

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

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

background-color css

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

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

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

border-color css

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

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

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