Html Css Color HEX #A14745 Roof Terracotta

📋 copy color: '#A14745'

red 161 ◦ green 71 ◦ blue 69

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

Shades of Roof Terracotta #A14745

Tints of Roof Terracotta #A14745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.92%

R = 53.49%
G = 23.59%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A14745 (or 0xA14745) is known color: Roof Terracotta. HEX triplet: A1, 47 and 45. RGB value is (161,71,69). Sum of RGB (Red+Green+Blue) = 161+71+69=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A14745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14745 is #5EB8BA. Grayscale: #616161. Windows color (decimal): -6207675 or 4540321. OLE color: 4540321.

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

Color convert

RGB 161 71 69 -
CMYK 0 0.56 0.57 0.37
HSL 1.3º 0.4% 0.45% -
HSV(B) 1.3º 0.57% 0.63% -
XYZ 18.03 12.51 7.1 -
YUV 97.68 111.82 173.16 -
System Red Green Blue C M Y K H S L
Decimal 161 71 69 0 0.56 0.57 0.37 1.3 0.4 0.45
Hex A1 47 45 0 38 39 25 1 28 2D
Octal 241 107 105 0 70 71 45 1 50 55
Binary 10100001 1000111 1000101 0 111000 111001 100101 1 101000 101101

Color Harmonies of #A14745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14745

Black with #A14745

Text Example


Text Example

White with #A14745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14745; }

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

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

background-color css

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

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

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

border-color css

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

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

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