Html Css Color HEX #AD4544 Roof Terracotta

📋 copy color: '#AD4544'

red 173 ◦ green 69 ◦ blue 68

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

Shades of Roof Terracotta #AD4544

Tints of Roof Terracotta #AD4544

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.26%

 BLUE value IS 68 (26.95% from 255) = 21.94%

R = 55.81%
G = 22.26%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD4544 (or 0xAD4544) is known color: Roof Terracotta. HEX triplet: AD, 45 and 44. RGB value is (173,69,68). Sum of RGB (Red+Green+Blue) = 173+69+68=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4544 is #52BABB. Grayscale: #646464. Windows color (decimal): -5421756 or 4474285. OLE color: 4474285.

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

Color convert

RGB 173 69 68 -
CMYK 0 0.60 0.61 0.32
HSL 0.57º 0.44% 0.47% -
HSV(B) 0.57º 0.61% 0.68% -
XYZ 20.41 13.56 7.01 -
YUV 99.98 109.96 180.08 -
System Red Green Blue C M Y K H S L
Decimal 173 69 68 0 0.60 0.61 0.32 0.57 0.44 0.47
Hex AD 45 44 0 3C 3D 20 1 2C 2F
Octal 255 105 104 0 74 75 40 1 54 57
Binary 10101101 1000101 1000100 0 111100 111101 100000 1 101100 101111

Color Harmonies of #AD4544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4544

Black with #AD4544

Text Example


Text Example

White with #AD4544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4544; }

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

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

background-color css

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

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

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

border-color css

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

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

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