Html Css Color HEX #AD4645 Roof Terracotta

📋 copy color: '#AD4645'

red 173 ◦ green 70 ◦ blue 69

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

Shades of Roof Terracotta #AD4645

Tints of Roof Terracotta #AD4645

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.44%

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

R = 55.45%
G = 22.44%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD4645 (or 0xAD4645) is known color: Roof Terracotta. HEX triplet: AD, 46 and 45. RGB value is (173,70,69). Sum of RGB (Red+Green+Blue) = 173+70+69=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4645 is #52B9BA. Grayscale: #646464. Windows color (decimal): -5421499 or 4540077. OLE color: 4540077.

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

Color convert

RGB 173 70 69 -
CMYK 0 0.60 0.60 0.32
HSL 0.58º 0.43% 0.47% -
HSV(B) 0.58º 0.6% 0.68% -
XYZ 20.5 13.69 7.19 -
YUV 100.68 110.12 179.58 -
System Red Green Blue C M Y K H S L
Decimal 173 70 69 0 0.60 0.60 0.32 0.58 0.43 0.47
Hex AD 46 45 0 3C 3C 20 1 2B 2F
Octal 255 106 105 0 74 74 40 1 53 57
Binary 10101101 1000110 1000101 0 111100 111100 100000 1 101011 101111

Color Harmonies of #AD4645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4645

Black with #AD4645

Text Example


Text Example

White with #AD4645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4645; }

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

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

background-color css

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

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

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

border-color css

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

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

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