Html Css Color HEX #A14A42 Roof Terracotta

📋 copy color: '#A14A42'

red 161 ◦ green 74 ◦ blue 66

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

Shades of Roof Terracotta #A14A42

Tints of Roof Terracotta #A14A42

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.58%

 BLUE value IS 66 (26.17% from 255) = 21.93%

R = 53.49%
G = 24.58%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A14A42 (or 0xA14A42) is known color: Roof Terracotta. HEX triplet: A1, 4A and 42. RGB value is (161,74,66). Sum of RGB (Red+Green+Blue) = 161+74+66=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14A42 is #5EB5BD. Grayscale: #636363. Windows color (decimal): -6206910 or 4344481. OLE color: 4344481.

HSL color Cylindrical-coordinate representation of color #A14A42: hue angle of 5.05º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A14A42 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 74 66 -
CMYK 0 0.54 0.59 0.37
HSL 5.05º 0.42% 0.45% -
HSV(B) 5.05º 0.59% 0.63% -
XYZ 18.13 12.87 6.68 -
YUV 99.1 109.32 172.15 -
System Red Green Blue C M Y K H S L
Decimal 161 74 66 0 0.54 0.59 0.37 5.05 0.42 0.45
Hex A1 4A 42 0 36 3B 25 5 2A 2D
Octal 241 112 102 0 66 73 45 5 52 55
Binary 10100001 1001010 1000010 0 110110 111011 100101 101 101010 101101

Color Harmonies of #A14A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14A42

Black with #A14A42

Text Example


Text Example

White with #A14A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14A42; }

 p { color: rgb(161,74,66); }

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

background-color css

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

 a { background-color: rgb(161,74,66); }

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

border-color css

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

 span { border-color: rgb(161,74,66); }

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