Html Css Color HEX #AC4843 Roof Terracotta

📋 copy color: '#AC4843'

red 172 ◦ green 72 ◦ blue 67

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

Shades of Roof Terracotta #AC4843

Tints of Roof Terracotta #AC4843

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.15%

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

R = 55.31%
G = 23.15%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AC4843 (or 0xAC4843) is known color: Roof Terracotta. HEX triplet: AC, 48 and 43. RGB value is (172,72,67). Sum of RGB (Red+Green+Blue) = 172+72+67=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 67 (26.56% from 255 or 21.54% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4843 is #53B7BC. Grayscale: #656565. Windows color (decimal): -5486525 or 4409516. OLE color: 4409516.

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

Color convert

RGB 172 72 67 -
CMYK 0 0.58 0.61 0.33
HSL 2.86º 0.44% 0.47% -
HSV(B) 2.86º 0.61% 0.67% -
XYZ 20.34 13.81 6.9 -
YUV 101.33 108.63 178.41 -
System Red Green Blue C M Y K H S L
Decimal 172 72 67 0 0.58 0.61 0.33 2.86 0.44 0.47
Hex AC 48 43 0 3A 3D 21 3 2C 2F
Octal 254 110 103 0 72 75 41 3 54 57
Binary 10101100 1001000 1000011 0 111010 111101 100001 11 101100 101111

Color Harmonies of #AC4843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4843

Black with #AC4843

Text Example


Text Example

White with #AC4843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4843; }

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

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

background-color css

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

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

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

border-color css

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

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

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