Html Css Color HEX #AD4441 Roof Terracotta

📋 copy color: '#AD4441'

red 173 ◦ green 68 ◦ blue 65

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

Shades of Roof Terracotta #AD4441

Tints of Roof Terracotta #AD4441

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.22%

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

R = 56.54%
G = 22.22%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD4441 (or 0xAD4441) is known color: Roof Terracotta. HEX triplet: AD, 44 and 41. RGB value is (173,68,65). Sum of RGB (Red+Green+Blue) = 173+68+65=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4441 is #52BBBE. Grayscale: #636363. Windows color (decimal): -5422015 or 4277421. OLE color: 4277421.

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

Color convert

RGB 173 68 65 -
CMYK 0 0.61 0.62 0.32
HSL 1.67º 0.45% 0.47% -
HSV(B) 1.67º 0.62% 0.68% -
XYZ 20.25 13.4 6.52 -
YUV 99.05 108.79 180.74 -
System Red Green Blue C M Y K H S L
Decimal 173 68 65 0 0.61 0.62 0.32 1.67 0.45 0.47
Hex AD 44 41 0 3D 3E 20 2 2D 2F
Octal 255 104 101 0 75 76 40 2 55 57
Binary 10101101 1000100 1000001 0 111101 111110 100000 10 101101 101111

Color Harmonies of #AD4441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4441

Black with #AD4441

Text Example


Text Example

White with #AD4441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4441; }

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

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

background-color css

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

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

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

border-color css

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

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

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