Html Css Color HEX #AC4441 Roof Terracotta

📋 copy color: '#AC4441'

red 172 ◦ green 68 ◦ blue 65

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

Shades of Roof Terracotta #AC4441

Tints of Roof Terracotta #AC4441

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.3%

 BLUE value IS 65 (25.78% from 255) = 21.31%

R = 56.39%
G = 22.3%
B = 21.31%

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

#AC4441 (or 0xAC4441) is known color: Roof Terracotta. HEX triplet: AC, 44 and 41. RGB value is (172,68,65). Sum of RGB (Red+Green+Blue) = 172+68+65=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4441 is #53BBBE. Grayscale: #626262. Windows color (decimal): -5487551 or 4277420. OLE color: 4277420.

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

Color convert

RGB 172 68 65 -
CMYK 0 0.60 0.62 0.33
HSL 1.68º 0.45% 0.46% -
HSV(B) 1.68º 0.62% 0.67% -
XYZ 20.03 13.29 6.51 -
YUV 98.75 108.96 180.24 -
System Red Green Blue C M Y K H S L
Decimal 172 68 65 0 0.60 0.62 0.33 1.68 0.45 0.46
Hex AC 44 41 0 3C 3E 21 2 2D 2E
Octal 254 104 101 0 74 76 41 2 55 56
Binary 10101100 1000100 1000001 0 111100 111110 100001 10 101101 101110

Color Harmonies of #AC4441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4441

Black with #AC4441

Text Example


Text Example

White with #AC4441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4441; }

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

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

background-color css

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

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

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

border-color css

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

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

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