Html Css Color HEX #A14741 Roof Terracotta

📋 copy color: '#A14741'

red 161 ◦ green 71 ◦ blue 65

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

Shades of Roof Terracotta #A14741

Tints of Roof Terracotta #A14741

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.91%

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

R = 54.21%
G = 23.91%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A14741 (or 0xA14741) is known color: Roof Terracotta. HEX triplet: A1, 47 and 41. RGB value is (161,71,65). Sum of RGB (Red+Green+Blue) = 161+71+65=297 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.21% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 161 - color contains mainly: red. Hex color #A14741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14741 is #5EB8BE. Grayscale: #616161. Windows color (decimal): -6207679 or 4278177. OLE color: 4278177.

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

Color convert

RGB 161 71 65 -
CMYK 0 0.56 0.60 0.37
HSL 3.75º 0.42% 0.44% -
HSV(B) 3.75º 0.6% 0.63% -
XYZ 17.91 12.47 6.46 -
YUV 97.23 109.82 173.49 -
System Red Green Blue C M Y K H S L
Decimal 161 71 65 0 0.56 0.60 0.37 3.75 0.42 0.44
Hex A1 47 41 0 38 3C 25 4 2A 2C
Octal 241 107 101 0 70 74 45 4 52 54
Binary 10100001 1000111 1000001 0 111000 111100 100101 100 101010 101100

Color Harmonies of #A14741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14741

Black with #A14741

Text Example


Text Example

White with #A14741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14741; }

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

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

background-color css

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

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

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

border-color css

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

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

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