Html Css Color HEX #AC4341 Roof Terracotta

📋 copy color: '#AC4341'

red 172 ◦ green 67 ◦ blue 65

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

Shades of Roof Terracotta #AC4341

Tints of Roof Terracotta #AC4341

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.04%

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

R = 56.58%
G = 22.04%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC4341 (or 0xAC4341) is known color: Roof Terracotta. HEX triplet: AC, 43 and 41. RGB value is (172,67,65). Sum of RGB (Red+Green+Blue) = 172+67+65=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4341 is #53BCBE. Grayscale: #626262. Windows color (decimal): -5487807 or 4277164. OLE color: 4277164.

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

Color convert

RGB 172 67 65 -
CMYK 0 0.61 0.62 0.33
HSL 1.12º 0.45% 0.46% -
HSV(B) 1.12º 0.62% 0.67% -
XYZ 19.97 13.17 6.49 -
YUV 98.17 109.29 180.66 -
System Red Green Blue C M Y K H S L
Decimal 172 67 65 0 0.61 0.62 0.33 1.12 0.45 0.46
Hex AC 43 41 0 3D 3E 21 1 2D 2E
Octal 254 103 101 0 75 76 41 1 55 56
Binary 10101100 1000011 1000001 0 111101 111110 100001 1 101101 101110

Color Harmonies of #AC4341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4341

Black with #AC4341

Text Example


Text Example

White with #AC4341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4341; }

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

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

background-color css

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

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

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

border-color css

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

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

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