Html Css Color HEX #AD4241 Roof Terracotta

📋 copy color: '#AD4241'

red 173 ◦ green 66 ◦ blue 65

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

Shades of Roof Terracotta #AD4241

Tints of Roof Terracotta #AD4241

RGB

 RED value IS 173 (67.97% from 255) = 56.91%

 GREEN value IS 66 (26.17% from 255) = 21.71%

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

R = 56.91%
G = 21.71%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD4241 (or 0xAD4241) is known color: Roof Terracotta. HEX triplet: AD, 42 and 41. RGB value is (173,66,65). Sum of RGB (Red+Green+Blue) = 173+66+65=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4241 is #52BDBE. Grayscale: #616161. Windows color (decimal): -5422527 or 4276909. OLE color: 4276909.

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

Color convert

RGB 173 66 65 -
CMYK 0 0.62 0.62 0.32
HSL 0.56º 0.45% 0.47% -
HSV(B) 0.56º 0.62% 0.68% -
XYZ 20.14 13.16 6.48 -
YUV 97.88 109.45 181.58 -
System Red Green Blue C M Y K H S L
Decimal 173 66 65 0 0.62 0.62 0.32 0.56 0.45 0.47
Hex AD 42 41 0 3E 3E 20 1 2D 2F
Octal 255 102 101 0 76 76 40 1 55 57
Binary 10101101 1000010 1000001 0 111110 111110 100000 1 101101 101111

Color Harmonies of #AD4241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4241

Black with #AD4241

Text Example


Text Example

White with #AD4241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4241; }

 p { color: rgb(173,66,65); }

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

background-color css

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

 a { background-color: rgb(173,66,65); }

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

border-color css

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

 span { border-color: rgb(173,66,65); }

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