Html Css Color HEX #A3463C Roof Terracotta

📋 copy color: '#A3463C'

red 163 ◦ green 70 ◦ blue 60

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

Shades of Roof Terracotta #A3463C

Tints of Roof Terracotta #A3463C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.48%

R = 55.63%
G = 23.89%
B = 20.48%

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

#A3463C (or 0xA3463C) is known color: Roof Terracotta. HEX triplet: A3, 46 and 3C. RGB value is (163,70,60). Sum of RGB (Red+Green+Blue) = 163+70+60=293 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.63% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 163 - color contains mainly: red. Hex color #A3463C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3463C is #5CB9C3. Grayscale: #606060. Windows color (decimal): -6076868 or 3950243. OLE color: 3950243.

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

Color convert

RGB 163 70 60 -
CMYK 0 0.57 0.63 0.36
HSL 5.83º 0.46% 0.44% -
HSV(B) 5.83º 0.63% 0.64% -
XYZ 18.11 12.49 5.73 -
YUV 96.67 107.31 175.31 -
System Red Green Blue C M Y K H S L
Decimal 163 70 60 0 0.57 0.63 0.36 5.83 0.46 0.44
Hex A3 46 3C 0 39 3F 24 6 2E 2C
Octal 243 106 74 0 71 77 44 6 56 54
Binary 10100011 1000110 111100 0 111001 111111 100100 110 101110 101100

Color Harmonies of #A3463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3463C

Black with #A3463C

Text Example


Text Example

White with #A3463C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3463C; }

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

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

background-color css

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

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

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

border-color css

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

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

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