Html Css Color HEX #AD4740 Roof Terracotta

📋 copy color: '#AD4740'

red 173 ◦ green 71 ◦ blue 64

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

Shades of Roof Terracotta #AD4740

Tints of Roof Terracotta #AD4740

RGB

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

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

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

R = 56.17%
G = 23.05%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD4740 (or 0xAD4740) is known color: Roof Terracotta. HEX triplet: AD, 47 and 40. RGB value is (173,71,64). Sum of RGB (Red+Green+Blue) = 173+71+64=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4740 is #52B8BF. Grayscale: #646464. Windows color (decimal): -5421248 or 4212653. OLE color: 4212653.

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

Color convert

RGB 173 71 64 -
CMYK 0 0.59 0.63 0.32
HSL 3.85º 0.46% 0.46% -
HSV(B) 3.85º 0.63% 0.68% -
XYZ 20.41 13.76 6.43 -
YUV 100.7 107.29 179.57 -
System Red Green Blue C M Y K H S L
Decimal 173 71 64 0 0.59 0.63 0.32 3.85 0.46 0.46
Hex AD 47 40 0 3B 3F 20 4 2E 2E
Octal 255 107 100 0 73 77 40 4 56 56
Binary 10101101 1000111 1000000 0 111011 111111 100000 100 101110 101110

Color Harmonies of #AD4740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4740

Black with #AD4740

Text Example


Text Example

White with #AD4740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4740; }

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

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

background-color css

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

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

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

border-color css

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

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

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