Html Css Color HEX #AD4841 Roof Terracotta

📋 copy color: '#AD4841'

red 173 ◦ green 72 ◦ blue 65

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

Shades of Roof Terracotta #AD4841

Tints of Roof Terracotta #AD4841

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.23%

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

R = 55.81%
G = 23.23%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD4841 (or 0xAD4841) is known color: Roof Terracotta. HEX triplet: AD, 48 and 41. RGB value is (173,72,65). Sum of RGB (Red+Green+Blue) = 173+72+65=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4841 is #52B7BE. Grayscale: #656565. Windows color (decimal): -5420991 or 4278445. OLE color: 4278445.

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

Color convert

RGB 173 72 65 -
CMYK 0 0.58 0.62 0.32
HSL 3.89º 0.45% 0.47% -
HSV(B) 3.89º 0.62% 0.68% -
XYZ 20.51 13.9 6.6 -
YUV 101.4 107.46 179.07 -
System Red Green Blue C M Y K H S L
Decimal 173 72 65 0 0.58 0.62 0.32 3.89 0.45 0.47
Hex AD 48 41 0 3A 3E 20 4 2D 2F
Octal 255 110 101 0 72 76 40 4 55 57
Binary 10101101 1001000 1000001 0 111010 111110 100000 100 101101 101111

Color Harmonies of #AD4841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4841

Black with #AD4841

Text Example


Text Example

White with #AD4841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4841; }

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

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

background-color css

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

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

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

border-color css

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

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

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