Html Css Color HEX #AC4645 Roof Terracotta

📋 copy color: '#AC4645'

red 172 ◦ green 70 ◦ blue 69

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

Shades of Roof Terracotta #AC4645

Tints of Roof Terracotta #AC4645

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.51%

 BLUE value IS 69 (27.34% from 255) = 22.19%

R = 55.31%
G = 22.51%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC4645 (or 0xAC4645) is known color: Roof Terracotta. HEX triplet: AC, 46 and 45. RGB value is (172,70,69). Sum of RGB (Red+Green+Blue) = 172+70+69=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4645 is #53B9BA. Grayscale: #646464. Windows color (decimal): -5487035 or 4540076. OLE color: 4540076.

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

Color convert

RGB 172 70 69 -
CMYK 0 0.59 0.60 0.33
HSL 0.58º 0.43% 0.47% -
HSV(B) 0.58º 0.6% 0.67% -
XYZ 20.28 13.58 7.18 -
YUV 100.38 110.29 179.08 -
System Red Green Blue C M Y K H S L
Decimal 172 70 69 0 0.59 0.60 0.33 0.58 0.43 0.47
Hex AC 46 45 0 3B 3C 21 1 2B 2F
Octal 254 106 105 0 73 74 41 1 53 57
Binary 10101100 1000110 1000101 0 111011 111100 100001 1 101011 101111

Color Harmonies of #AC4645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4645

Black with #AC4645

Text Example


Text Example

White with #AC4645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4645; }

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

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

background-color css

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

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

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

border-color css

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

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

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