Html Css Color HEX #A3463F Roof Terracotta

📋 copy color: '#A3463F'

red 163 ◦ green 70 ◦ blue 63

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

Shades of Roof Terracotta #A3463F

Tints of Roof Terracotta #A3463F

RGB

 RED value IS 163 (64.06% from 255) = 55.07%

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

 BLUE value IS 63 (25% from 255) = 21.28%

R = 55.07%
G = 23.65%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A3463F (or 0xA3463F) is known color: Roof Terracotta. HEX triplet: A3, 46 and 3F. RGB value is (163,70,63). Sum of RGB (Red+Green+Blue) = 163+70+63=296 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.07% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 163 - color contains mainly: red. Hex color #A3463F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3463F is #5CB9C0. Grayscale: #616161. Windows color (decimal): -6076865 or 4146851. OLE color: 4146851.

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

Color convert

RGB 163 70 63 -
CMYK 0 0.57 0.61 0.36
HSL 4.2º 0.44% 0.44% -
HSV(B) 4.2º 0.61% 0.64% -
XYZ 18.19 12.53 6.16 -
YUV 97.01 108.81 175.07 -
System Red Green Blue C M Y K H S L
Decimal 163 70 63 0 0.57 0.61 0.36 4.2 0.44 0.44
Hex A3 46 3F 0 39 3D 24 4 2C 2C
Octal 243 106 77 0 71 75 44 4 54 54
Binary 10100011 1000110 111111 0 111001 111101 100100 100 101100 101100

Color Harmonies of #A3463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3463F

Black with #A3463F

Text Example


Text Example

White with #A3463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3463F; }

 p { color: rgb(163,70,63); }

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

background-color css

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

 a { background-color: rgb(163,70,63); }

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

border-color css

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

 span { border-color: rgb(163,70,63); }

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