Html Css Color HEX #AD4341 Roof Terracotta

📋 copy color: '#AD4341'

red 173 ◦ green 67 ◦ blue 65

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

Shades of Roof Terracotta #AD4341

Tints of Roof Terracotta #AD4341

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.97%

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

R = 56.72%
G = 21.97%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD4341 (or 0xAD4341) is known color: Roof Terracotta. HEX triplet: AD, 43 and 41. RGB value is (173,67,65). Sum of RGB (Red+Green+Blue) = 173+67+65=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4341 is #52BCBE. Grayscale: #626262. Windows color (decimal): -5422271 or 4277165. OLE color: 4277165.

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

Color convert

RGB 173 67 65 -
CMYK 0 0.61 0.62 0.32
HSL 1.11º 0.45% 0.47% -
HSV(B) 1.11º 0.62% 0.68% -
XYZ 20.19 13.28 6.5 -
YUV 98.47 109.12 181.16 -
System Red Green Blue C M Y K H S L
Decimal 173 67 65 0 0.61 0.62 0.32 1.11 0.45 0.47
Hex AD 43 41 0 3D 3E 20 1 2D 2F
Octal 255 103 101 0 75 76 40 1 55 57
Binary 10101101 1000011 1000001 0 111101 111110 100000 1 101101 101111

Color Harmonies of #AD4341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4341

Black with #AD4341

Text Example


Text Example

White with #AD4341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4341; }

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

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

background-color css

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

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

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

border-color css

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

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

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