Html Css Color HEX #A14E45 Roof Terracotta

📋 copy color: '#A14E45'

red 161 ◦ green 78 ◦ blue 69

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

Shades of Roof Terracotta #A14E45

Tints of Roof Terracotta #A14E45

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.32%

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

R = 52.27%
G = 25.32%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A14E45 (or 0xA14E45) is known color: Roof Terracotta. HEX triplet: A1, 4E and 45. RGB value is (161,78,69). Sum of RGB (Red+Green+Blue) = 161+78+69=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A14E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14E45 is #5EB1BA. Grayscale: #656565. Windows color (decimal): -6205883 or 4542113. OLE color: 4542113.

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

Color convert

RGB 161 78 69 -
CMYK 0 0.52 0.57 0.37
HSL 5.87º 0.4% 0.45% -
HSV(B) 5.87º 0.57% 0.63% -
XYZ 18.5 13.46 7.25 -
YUV 101.79 109.5 170.23 -
System Red Green Blue C M Y K H S L
Decimal 161 78 69 0 0.52 0.57 0.37 5.87 0.4 0.45
Hex A1 4E 45 0 34 39 25 6 28 2D
Octal 241 116 105 0 64 71 45 6 50 55
Binary 10100001 1001110 1000101 0 110100 111001 100101 110 101000 101101

Color Harmonies of #A14E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14E45

Black with #A14E45

Text Example


Text Example

White with #A14E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14E45; }

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

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

background-color css

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

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

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

border-color css

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

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

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