Html Css Color HEX #A14440 Roof Terracotta

📋 copy color: '#A14440'

red 161 ◦ green 68 ◦ blue 64

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

Shades of Roof Terracotta #A14440

Tints of Roof Terracotta #A14440

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.21%

 BLUE value IS 64 (25.39% from 255) = 21.84%

R = 54.95%
G = 23.21%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A14440 (or 0xA14440) is known color: Roof Terracotta. HEX triplet: A1, 44 and 40. RGB value is (161,68,64). Sum of RGB (Red+Green+Blue) = 161+68+64=293 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.95% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 161 - color contains mainly: red. Hex color #A14440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14440 is #5EBBBF. Grayscale: #5F5F5F. Windows color (decimal): -6208448 or 4211873. OLE color: 4211873.

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

Color convert

RGB 161 68 64 -
CMYK 0 0.58 0.60 0.37
HSL 2.47º 0.43% 0.44% -
HSV(B) 2.47º 0.6% 0.63% -
XYZ 17.69 12.08 6.25 -
YUV 95.35 110.31 174.83 -
System Red Green Blue C M Y K H S L
Decimal 161 68 64 0 0.58 0.60 0.37 2.47 0.43 0.44
Hex A1 44 40 0 3A 3C 25 2 2B 2C
Octal 241 104 100 0 72 74 45 2 53 54
Binary 10100001 1000100 1000000 0 111010 111100 100101 10 101011 101100

Color Harmonies of #A14440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14440

Black with #A14440

Text Example


Text Example

White with #A14440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14440; }

 p { color: rgb(161,68,64); }

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

background-color css

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

 a { background-color: rgb(161,68,64); }

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

border-color css

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

 span { border-color: rgb(161,68,64); }

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