Html Css Color HEX #AD4741 Roof Terracotta

📋 copy color: '#AD4741'

red 173 ◦ green 71 ◦ blue 65

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

Shades of Roof Terracotta #AD4741

Tints of Roof Terracotta #AD4741

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.98%

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

R = 55.99%
G = 22.98%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD4741 (or 0xAD4741) is known color: Roof Terracotta. HEX triplet: AD, 47 and 41. RGB value is (173,71,65). Sum of RGB (Red+Green+Blue) = 173+71+65=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4741 is #52B8BE. Grayscale: #646464. Windows color (decimal): -5421247 or 4278189. OLE color: 4278189.

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

Color convert

RGB 173 71 65 -
CMYK 0 0.59 0.62 0.32
HSL 3.33º 0.45% 0.47% -
HSV(B) 3.33º 0.62% 0.68% -
XYZ 20.44 13.77 6.58 -
YUV 100.81 107.79 179.49 -
System Red Green Blue C M Y K H S L
Decimal 173 71 65 0 0.59 0.62 0.32 3.33 0.45 0.47
Hex AD 47 41 0 3B 3E 20 3 2D 2F
Octal 255 107 101 0 73 76 40 3 55 57
Binary 10101101 1000111 1000001 0 111011 111110 100000 11 101101 101111

Color Harmonies of #AD4741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4741

Black with #AD4741

Text Example


Text Example

White with #AD4741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4741; }

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

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

background-color css

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

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

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

border-color css

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

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

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