Html Css Color HEX #AD4941 Roof Terracotta

📋 copy color: '#AD4941'

red 173 ◦ green 73 ◦ blue 65

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

Shades of Roof Terracotta #AD4941

Tints of Roof Terracotta #AD4941

RGB

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

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

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

R = 55.63%
G = 23.47%
B = 20.9%

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

#AD4941 (or 0xAD4941) is known color: Roof Terracotta. HEX triplet: AD, 49 and 41. RGB value is (173,73,65). Sum of RGB (Red+Green+Blue) = 173+73+65=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4941 is #52B6BE. Grayscale: #666666. Windows color (decimal): -5420735 or 4278701. OLE color: 4278701.

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

Color convert

RGB 173 73 65 -
CMYK 0 0.58 0.62 0.32
HSL 4.44º 0.45% 0.47% -
HSV(B) 4.44º 0.62% 0.68% -
XYZ 20.57 14.03 6.63 -
YUV 101.99 107.13 178.65 -
System Red Green Blue C M Y K H S L
Decimal 173 73 65 0 0.58 0.62 0.32 4.44 0.45 0.47
Hex AD 49 41 0 3A 3E 20 4 2D 2F
Octal 255 111 101 0 72 76 40 4 55 57
Binary 10101101 1001001 1000001 0 111010 111110 100000 100 101101 101111

Color Harmonies of #AD4941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4941

Black with #AD4941

Text Example


Text Example

White with #AD4941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4941; }

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

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

background-color css

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

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

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

border-color css

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

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

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