Html Css Color HEX #AD4242 Roof Terracotta

📋 copy color: '#AD4242'

red 173 ◦ green 66 ◦ blue 66

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

Shades of Roof Terracotta #AD4242

Tints of Roof Terracotta #AD4242

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.64%

 BLUE value IS 66 (26.17% from 255) = 21.64%

R = 56.72%
G = 21.64%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD4242 (or 0xAD4242) is known color: Roof Terracotta. HEX triplet: AD, 42 and 42. RGB value is (173,66,66). Sum of RGB (Red+Green+Blue) = 173+66+66=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4242 is #52BDBD. Grayscale: #626262. Windows color (decimal): -5422526 or 4342445. OLE color: 4342445.

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

Color convert

RGB 173 66 66 -
CMYK 0 0.62 0.62 0.32
HSL 0.45% 0.47% -
HSV(B) 0.62% 0.68% -
XYZ 20.17 13.17 6.63 -
YUV 97.99 109.95 181.5 -
System Red Green Blue C M Y K H S L
Decimal 173 66 66 0 0.62 0.62 0.32 0 0.45 0.47
Hex AD 42 42 0 3E 3E 20 0 2D 2F
Octal 255 102 102 0 76 76 40 0 55 57
Binary 10101101 1000010 1000010 0 111110 111110 100000 0 101101 101111

Color Harmonies of #AD4242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4242

Black with #AD4242

Text Example


Text Example

White with #AD4242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4242; }

 p { color: rgb(173,66,66); }

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

background-color css

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

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

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

border-color css

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

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

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