Html Css Color HEX #AD4940 Roof Terracotta

📋 copy color: '#AD4940'

red 173 ◦ green 73 ◦ blue 64

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

Shades of Roof Terracotta #AD4940

Tints of Roof Terracotta #AD4940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.65%

R = 55.81%
G = 23.55%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD4940 (or 0xAD4940) is known color: Roof Terracotta. HEX triplet: AD, 49 and 40. RGB value is (173,73,64). Sum of RGB (Red+Green+Blue) = 173+73+64=310 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.81% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4940 is #52B6BF. Grayscale: #666666. Windows color (decimal): -5420736 or 4213165. OLE color: 4213165.

HSL color Cylindrical-coordinate representation of color #AD4940: hue angle of 4.95º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD4940 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 73 64 -
CMYK 0 0.58 0.63 0.32
HSL 4.95º 0.46% 0.46% -
HSV(B) 4.95º 0.63% 0.68% -
XYZ 20.54 14.02 6.47 -
YUV 101.87 106.63 178.73 -
System Red Green Blue C M Y K H S L
Decimal 173 73 64 0 0.58 0.63 0.32 4.95 0.46 0.46
Hex AD 49 40 0 3A 3F 20 5 2E 2E
Octal 255 111 100 0 72 77 40 5 56 56
Binary 10101101 1001001 1000000 0 111010 111111 100000 101 101110 101110

Color Harmonies of #AD4940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4940

Black with #AD4940

Text Example


Text Example

White with #AD4940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4940; }

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

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

background-color css

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

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

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

border-color css

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

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

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