Html Css Color HEX #A3463D Roof Terracotta

📋 copy color: '#A3463D'

red 163 ◦ green 70 ◦ blue 61

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

Shades of Roof Terracotta #A3463D

Tints of Roof Terracotta #A3463D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.75%

R = 55.44%
G = 23.81%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A3463D (or 0xA3463D) is known color: Roof Terracotta. HEX triplet: A3, 46 and 3D. RGB value is (163,70,61). Sum of RGB (Red+Green+Blue) = 163+70+61=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A3463D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3463D is #5CB9C2. Grayscale: #606060. Windows color (decimal): -6076867 or 4015779. OLE color: 4015779.

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

Color convert

RGB 163 70 61 -
CMYK 0 0.57 0.63 0.36
HSL 5.29º 0.46% 0.44% -
HSV(B) 5.29º 0.63% 0.64% -
XYZ 18.14 12.5 5.87 -
YUV 96.78 107.81 175.23 -
System Red Green Blue C M Y K H S L
Decimal 163 70 61 0 0.57 0.63 0.36 5.29 0.46 0.44
Hex A3 46 3D 0 39 3F 24 5 2E 2C
Octal 243 106 75 0 71 77 44 5 56 54
Binary 10100011 1000110 111101 0 111001 111111 100100 101 101110 101100

Color Harmonies of #A3463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3463D

Black with #A3463D

Text Example


Text Example

White with #A3463D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3463D; }

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

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

background-color css

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

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

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

border-color css

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

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

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