Html Css Color HEX #AC4942 Roof Terracotta

📋 copy color: '#AC4942'

red 172 ◦ green 73 ◦ blue 66

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

Shades of Roof Terracotta #AC4942

Tints of Roof Terracotta #AC4942

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.47%

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

R = 55.31%
G = 23.47%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC4942 (or 0xAC4942) is known color: Roof Terracotta. HEX triplet: AC, 49 and 42. RGB value is (172,73,66). Sum of RGB (Red+Green+Blue) = 172+73+66=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4942 is #53B6BD. Grayscale: #656565. Windows color (decimal): -5486270 or 4344236. OLE color: 4344236.

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

Color convert

RGB 172 73 66 -
CMYK 0 0.58 0.62 0.33
HSL 3.96º 0.45% 0.47% -
HSV(B) 3.96º 0.62% 0.67% -
XYZ 20.38 13.93 6.77 -
YUV 101.8 107.8 178.07 -
System Red Green Blue C M Y K H S L
Decimal 172 73 66 0 0.58 0.62 0.33 3.96 0.45 0.47
Hex AC 49 42 0 3A 3E 21 4 2D 2F
Octal 254 111 102 0 72 76 41 4 55 57
Binary 10101100 1001001 1000010 0 111010 111110 100001 100 101101 101111

Color Harmonies of #AC4942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4942

Black with #AC4942

Text Example


Text Example

White with #AC4942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4942; }

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

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

background-color css

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

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

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

border-color css

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

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

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