Html Css Color HEX #AC4340 Roof Terracotta

📋 copy color: '#AC4340'

red 172 ◦ green 67 ◦ blue 64

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

Shades of Roof Terracotta #AC4340

Tints of Roof Terracotta #AC4340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.12%

R = 56.77%
G = 22.11%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC4340 (or 0xAC4340) is known color: Roof Terracotta. HEX triplet: AC, 43 and 40. RGB value is (172,67,64). Sum of RGB (Red+Green+Blue) = 172+67+64=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4340 is #53BCBF. Grayscale: #626262. Windows color (decimal): -5487808 or 4211628. OLE color: 4211628.

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

Color convert

RGB 172 67 64 -
CMYK 0 0.61 0.63 0.33
HSL 1.67º 0.46% 0.46% -
HSV(B) 1.67º 0.63% 0.67% -
XYZ 19.95 13.16 6.34 -
YUV 98.05 108.79 180.74 -
System Red Green Blue C M Y K H S L
Decimal 172 67 64 0 0.61 0.63 0.33 1.67 0.46 0.46
Hex AC 43 40 0 3D 3F 21 2 2E 2E
Octal 254 103 100 0 75 77 41 2 56 56
Binary 10101100 1000011 1000000 0 111101 111111 100001 10 101110 101110

Color Harmonies of #AC4340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4340

Black with #AC4340

Text Example


Text Example

White with #AC4340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4340; }

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

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

background-color css

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

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

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

border-color css

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

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

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