Html Css Color HEX #A3463E Roof Terracotta

📋 copy color: '#A3463E'

red 163 ◦ green 70 ◦ blue 62

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

Shades of Roof Terracotta #A3463E

Tints of Roof Terracotta #A3463E

RGB

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

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

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

R = 55.25%
G = 23.73%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A3463E (or 0xA3463E) is known color: Roof Terracotta. HEX triplet: A3, 46 and 3E. RGB value is (163,70,62). Sum of RGB (Red+Green+Blue) = 163+70+62=295 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.25% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 163 - color contains mainly: red. Hex color #A3463E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3463E is #5CB9C1. Grayscale: #616161. Windows color (decimal): -6076866 or 4081315. OLE color: 4081315.

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

Color convert

RGB 163 70 62 -
CMYK 0 0.57 0.62 0.36
HSL 4.75º 0.45% 0.44% -
HSV(B) 4.75º 0.62% 0.64% -
XYZ 18.16 12.51 6.02 -
YUV 96.9 108.31 175.15 -
System Red Green Blue C M Y K H S L
Decimal 163 70 62 0 0.57 0.62 0.36 4.75 0.45 0.44
Hex A3 46 3E 0 39 3E 24 5 2D 2C
Octal 243 106 76 0 71 76 44 5 55 54
Binary 10100011 1000110 111110 0 111001 111110 100100 101 101101 101100

Color Harmonies of #A3463E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3463E

Black with #A3463E

Text Example


Text Example

White with #A3463E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3463E; }

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

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

background-color css

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

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

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

border-color css

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

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

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