Html Css Color HEX #A14941 Roof Terracotta

📋 copy color: '#A14941'

red 161 ◦ green 73 ◦ blue 65

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

Shades of Roof Terracotta #A14941

Tints of Roof Terracotta #A14941

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.41%

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

R = 53.85%
G = 24.41%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A14941 (or 0xA14941) is known color: Roof Terracotta. HEX triplet: A1, 49 and 41. RGB value is (161,73,65). Sum of RGB (Red+Green+Blue) = 161+73+65=299 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.85% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 161 - color contains mainly: red. Hex color #A14941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14941 is #5EB6BE. Grayscale: #626262. Windows color (decimal): -6207167 or 4278689. OLE color: 4278689.

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

Color convert

RGB 161 73 65 -
CMYK 0 0.55 0.60 0.37
HSL 0.42% 0.44% -
HSV(B) 0.6% 0.63% -
XYZ 18.03 12.72 6.51 -
YUV 98.4 109.15 172.65 -
System Red Green Blue C M Y K H S L
Decimal 161 73 65 0 0.55 0.60 0.37 5 0.42 0.44
Hex A1 49 41 0 37 3C 25 5 2A 2C
Octal 241 111 101 0 67 74 45 5 52 54
Binary 10100001 1001001 1000001 0 110111 111100 100101 101 101010 101100

Color Harmonies of #A14941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14941

Black with #A14941

Text Example


Text Example

White with #A14941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14941; }

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

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

background-color css

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

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

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

border-color css

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

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

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