Html Css Color HEX #A14540 Roof Terracotta

📋 copy color: '#A14540'

red 161 ◦ green 69 ◦ blue 64

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

Shades of Roof Terracotta #A14540

Tints of Roof Terracotta #A14540

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.47%

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

R = 54.76%
G = 23.47%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A14540 (or 0xA14540) is known color: Roof Terracotta. HEX triplet: A1, 45 and 40. RGB value is (161,69,64). Sum of RGB (Red+Green+Blue) = 161+69+64=294 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.76% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 161 - color contains mainly: red. Hex color #A14540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14540 is #5EBABF. Grayscale: #606060. Windows color (decimal): -6208192 or 4212129. OLE color: 4212129.

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

Color convert

RGB 161 69 64 -
CMYK 0 0.57 0.60 0.37
HSL 3.09º 0.43% 0.44% -
HSV(B) 3.09º 0.6% 0.63% -
XYZ 17.75 12.2 6.27 -
YUV 95.94 109.98 174.41 -
System Red Green Blue C M Y K H S L
Decimal 161 69 64 0 0.57 0.60 0.37 3.09 0.43 0.44
Hex A1 45 40 0 39 3C 25 3 2B 2C
Octal 241 105 100 0 71 74 45 3 53 54
Binary 10100001 1000101 1000000 0 111001 111100 100101 11 101011 101100

Color Harmonies of #A14540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14540

Black with #A14540

Text Example


Text Example

White with #A14540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14540; }

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

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

background-color css

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

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

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

border-color css

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

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

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