Html Css Color HEX #A1463E Roof Terracotta

📋 copy color: '#A1463E'

red 161 ◦ green 70 ◦ blue 62

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

Shades of Roof Terracotta #A1463E

Tints of Roof Terracotta #A1463E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.89%

 BLUE value IS 62 (24.61% from 255) = 21.16%

R = 54.95%
G = 23.89%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A1463E (or 0xA1463E) is known color: Roof Terracotta. HEX triplet: A1, 46 and 3E. RGB value is (161,70,62). Sum of RGB (Red+Green+Blue) = 161+70+62=293 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.95% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 161 - color contains mainly: red. Hex color #A1463E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1463E is #5EB9C1. Grayscale: #606060. Windows color (decimal): -6207938 or 4081313. OLE color: 4081313.

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

Color convert

RGB 161 70 62 -
CMYK 0 0.57 0.61 0.37
HSL 4.85º 0.44% 0.44% -
HSV(B) 4.85º 0.61% 0.63% -
XYZ 17.76 12.31 6 -
YUV 96.3 108.65 174.15 -
System Red Green Blue C M Y K H S L
Decimal 161 70 62 0 0.57 0.61 0.37 4.85 0.44 0.44
Hex A1 46 3E 0 39 3D 25 5 2C 2C
Octal 241 106 76 0 71 75 45 5 54 54
Binary 10100001 1000110 111110 0 111001 111101 100101 101 101100 101100

Color Harmonies of #A1463E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1463E

Black with #A1463E

Text Example


Text Example

White with #A1463E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1463E; }

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

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

background-color css

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

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

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

border-color css

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

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

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