Html Css Color HEX #A14D46 Roof Terracotta

📋 copy color: '#A14D46'

red 161 ◦ green 77 ◦ blue 70

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

Shades of Roof Terracotta #A14D46

Tints of Roof Terracotta #A14D46

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25%

 BLUE value IS 70 (27.73% from 255) = 22.73%

R = 52.27%
G = 25%
B = 22.73%

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

#A14D46 (or 0xA14D46) is known color: Roof Terracotta. HEX triplet: A1, 4D and 46. RGB value is (161,77,70). Sum of RGB (Red+Green+Blue) = 161+77+70=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A14D46 is #5EB2B9. Grayscale: #656565. Windows color (decimal): -6206138 or 4607393. OLE color: 4607393.

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

Color convert

RGB 161 77 70 -
CMYK 0 0.52 0.57 0.37
HSL 4.62º 0.39% 0.45% -
HSV(B) 4.62º 0.57% 0.63% -
XYZ 18.46 13.33 7.39 -
YUV 101.32 110.33 170.57 -
System Red Green Blue C M Y K H S L
Decimal 161 77 70 0 0.52 0.57 0.37 4.62 0.39 0.45
Hex A1 4D 46 0 34 39 25 5 27 2D
Octal 241 115 106 0 64 71 45 5 47 55
Binary 10100001 1001101 1000110 0 110100 111001 100101 101 100111 101101

Color Harmonies of #A14D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14D46

Black with #A14D46

Text Example


Text Example

White with #A14D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14D46; }

 p { color: rgb(161,77,70); }

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

background-color css

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

 a { background-color: rgb(161,77,70); }

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

border-color css

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

 span { border-color: rgb(161,77,70); }

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