Html Css Color HEX #AC4342 Roof Terracotta

📋 copy color: '#AC4342'

red 172 ◦ green 67 ◦ blue 66

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

Shades of Roof Terracotta #AC4342

Tints of Roof Terracotta #AC4342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.64%

R = 56.39%
G = 21.97%
B = 21.64%

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

#AC4342 (or 0xAC4342) is known color: Roof Terracotta. HEX triplet: AC, 43 and 42. RGB value is (172,67,66). Sum of RGB (Red+Green+Blue) = 172+67+66=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4342 is #53BCBD. Grayscale: #626262. Windows color (decimal): -5487806 or 4342700. OLE color: 4342700.

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

Color convert

RGB 172 67 66 -
CMYK 0 0.61 0.62 0.33
HSL 0.57º 0.45% 0.47% -
HSV(B) 0.57º 0.62% 0.67% -
XYZ 20 13.18 6.64 -
YUV 98.28 109.79 180.58 -
System Red Green Blue C M Y K H S L
Decimal 172 67 66 0 0.61 0.62 0.33 0.57 0.45 0.47
Hex AC 43 42 0 3D 3E 21 1 2D 2F
Octal 254 103 102 0 75 76 41 1 55 57
Binary 10101100 1000011 1000010 0 111101 111110 100001 1 101101 101111

Color Harmonies of #AC4342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4342

Black with #AC4342

Text Example


Text Example

White with #AC4342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4342; }

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

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

background-color css

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

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

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

border-color css

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

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

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