Html Css Color HEX #A14C40 Roof Terracotta

📋 copy color: '#A14C40'

red 161 ◦ green 76 ◦ blue 64

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

Shades of Roof Terracotta #A14C40

Tints of Roof Terracotta #A14C40

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.25%

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

R = 53.49%
G = 25.25%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A14C40 (or 0xA14C40) is known color: Roof Terracotta. HEX triplet: A1, 4C and 40. RGB value is (161,76,64). Sum of RGB (Red+Green+Blue) = 161+76+64=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14C40 is #5EB3BF. Grayscale: #646464. Windows color (decimal): -6206400 or 4213921. OLE color: 4213921.

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

Color convert

RGB 161 76 64 -
CMYK 0 0.53 0.60 0.37
HSL 7.42º 0.43% 0.44% -
HSV(B) 7.42º 0.6% 0.63% -
XYZ 18.21 13.12 6.42 -
YUV 100.05 107.66 171.48 -
System Red Green Blue C M Y K H S L
Decimal 161 76 64 0 0.53 0.60 0.37 7.42 0.43 0.44
Hex A1 4C 40 0 35 3C 25 7 2B 2C
Octal 241 114 100 0 65 74 45 7 53 54
Binary 10100001 1001100 1000000 0 110101 111100 100101 111 101011 101100

Color Harmonies of #A14C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14C40

Black with #A14C40

Text Example


Text Example

White with #A14C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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