Html Css Color HEX #AD4641 Roof Terracotta

📋 copy color: '#AD4641'

red 173 ◦ green 70 ◦ blue 65

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

Shades of Roof Terracotta #AD4641

Tints of Roof Terracotta #AD4641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.1%

R = 56.17%
G = 22.73%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD4641 (or 0xAD4641) is known color: Roof Terracotta. HEX triplet: AD, 46 and 41. RGB value is (173,70,65). Sum of RGB (Red+Green+Blue) = 173+70+65=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4641 is #52B9BE. Grayscale: #646464. Windows color (decimal): -5421503 or 4277933. OLE color: 4277933.

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

Color convert

RGB 173 70 65 -
CMYK 0 0.60 0.62 0.32
HSL 2.78º 0.45% 0.47% -
HSV(B) 2.78º 0.62% 0.68% -
XYZ 20.38 13.65 6.56 -
YUV 100.23 108.12 179.91 -
System Red Green Blue C M Y K H S L
Decimal 173 70 65 0 0.60 0.62 0.32 2.78 0.45 0.47
Hex AD 46 41 0 3C 3E 20 3 2D 2F
Octal 255 106 101 0 74 76 40 3 55 57
Binary 10101101 1000110 1000001 0 111100 111110 100000 11 101101 101111

Color Harmonies of #AD4641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4641

Black with #AD4641

Text Example


Text Example

White with #AD4641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4641; }

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

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

background-color css

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

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

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

border-color css

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

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

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