Html Css Color HEX #AD4845 Roof Terracotta

📋 copy color: '#AD4845'

red 173 ◦ green 72 ◦ blue 69

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

Shades of Roof Terracotta #AD4845

Tints of Roof Terracotta #AD4845

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.93%

 BLUE value IS 69 (27.34% from 255) = 21.97%

R = 55.1%
G = 22.93%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD4845 (or 0xAD4845) is known color: Roof Terracotta. HEX triplet: AD, 48 and 45. RGB value is (173,72,69). Sum of RGB (Red+Green+Blue) = 173+72+69=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4845 is #52B7BA. Grayscale: #656565. Windows color (decimal): -5420987 or 4540589. OLE color: 4540589.

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

Color convert

RGB 173 72 69 -
CMYK 0 0.58 0.60 0.32
HSL 1.73º 0.43% 0.47% -
HSV(B) 1.73º 0.6% 0.68% -
XYZ 20.63 13.95 7.24 -
YUV 101.86 109.46 178.74 -
System Red Green Blue C M Y K H S L
Decimal 173 72 69 0 0.58 0.60 0.32 1.73 0.43 0.47
Hex AD 48 45 0 3A 3C 20 2 2B 2F
Octal 255 110 105 0 72 74 40 2 53 57
Binary 10101101 1001000 1000101 0 111010 111100 100000 10 101011 101111

Color Harmonies of #AD4845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4845

Black with #AD4845

Text Example


Text Example

White with #AD4845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4845; }

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

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

background-color css

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

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

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

border-color css

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

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

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