Html Css Color HEX #AC4844 Roof Terracotta

📋 copy color: '#AC4844'

red 172 ◦ green 72 ◦ blue 68

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

Shades of Roof Terracotta #AC4844

Tints of Roof Terracotta #AC4844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.79%

R = 55.13%
G = 23.08%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC4844 (or 0xAC4844) is known color: Roof Terracotta. HEX triplet: AC, 48 and 44. RGB value is (172,72,68). Sum of RGB (Red+Green+Blue) = 172+72+68=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4844 is #53B7BB. Grayscale: #656565. Windows color (decimal): -5486524 or 4475052. OLE color: 4475052.

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

Color convert

RGB 172 72 68 -
CMYK 0 0.58 0.60 0.33
HSL 2.31º 0.43% 0.47% -
HSV(B) 2.31º 0.6% 0.67% -
XYZ 20.37 13.82 7.06 -
YUV 101.44 109.13 178.33 -
System Red Green Blue C M Y K H S L
Decimal 172 72 68 0 0.58 0.60 0.33 2.31 0.43 0.47
Hex AC 48 44 0 3A 3C 21 2 2B 2F
Octal 254 110 104 0 72 74 41 2 53 57
Binary 10101100 1001000 1000100 0 111010 111100 100001 10 101011 101111

Color Harmonies of #AC4844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4844

Black with #AC4844

Text Example


Text Example

White with #AC4844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4844; }

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

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

background-color css

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

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

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

border-color css

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

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

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