Html Css Color HEX #A14D41 Roof Terracotta

📋 copy color: '#A14D41'

red 161 ◦ green 77 ◦ blue 65

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

Shades of Roof Terracotta #A14D41

Tints of Roof Terracotta #A14D41

RGB

 RED value IS 161 (63.28% from 255) = 53.14%

 GREEN value IS 77 (30.47% from 255) = 25.41%

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

R = 53.14%
G = 25.41%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A14D41 (or 0xA14D41) is known color: Roof Terracotta. HEX triplet: A1, 4D and 41. RGB value is (161,77,65). Sum of RGB (Red+Green+Blue) = 161+77+65=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14D41 is #5EB2BE. Grayscale: #646464. Windows color (decimal): -6206143 or 4279713. OLE color: 4279713.

HSL color Cylindrical-coordinate representation of color #A14D41: hue angle of 7.5º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A14D41 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 77 65 -
CMYK 0 0.52 0.60 0.37
HSL 7.5º 0.42% 0.44% -
HSV(B) 7.5º 0.6% 0.63% -
XYZ 18.31 13.27 6.6 -
YUV 100.75 107.83 170.98 -
System Red Green Blue C M Y K H S L
Decimal 161 77 65 0 0.52 0.60 0.37 7.5 0.42 0.44
Hex A1 4D 41 0 34 3C 25 8 2A 2C
Octal 241 115 101 0 64 74 45 10 52 54
Binary 10100001 1001101 1000001 0 110100 111100 100101 1000 101010 101100

Color Harmonies of #A14D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14D41

Black with #A14D41

Text Example


Text Example

White with #A14D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14D41; }

 p { color: rgb(161,77,65); }

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

background-color css

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

 a { background-color: rgb(161,77,65); }

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

border-color css

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

 span { border-color: rgb(161,77,65); }

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